final class DeprecationTriggered implements Event (View source)

Methods

__construct(Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest, IssueTrigger $trigger, string $stackTrace)

No description

telemetryInfo()

No description

test()

No description

string
message()

No description

string
file()

No description

int
line()

No description

bool
wasSuppressed()

No description

bool
ignoredByBaseline()

No description

bool
ignoredByTest()

No description

trigger()

No description

string
stackTrace()

No description

string
asString()

No description

Details

__construct(Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest, IssueTrigger $trigger, string $stackTrace)

No description

Parameters

Info $telemetryInfo
Test $test
string $message
string $file
int $line
bool $suppressed
bool $ignoredByBaseline
bool $ignoredByTest
IssueTrigger $trigger
string $stackTrace

Info telemetryInfo()

No description

Return Value

Info

Test test()

No description

Return Value

Test

string message()

No description

Return Value

string

string file()

No description

Return Value

string

int line()

No description

Return Value

int

bool wasSuppressed()

No description

Return Value

bool

bool ignoredByBaseline()

No description

Return Value

bool

bool ignoredByTest()

No description

Return Value

bool

IssueTrigger trigger()

No description

Return Value

IssueTrigger

string stackTrace()

No description

Return Value

string

string asString()

No description

Return Value

string