final class PhpunitWarningTriggered implements Event (View source)

Methods

__construct(Info $telemetryInfo, Test $test, string $message, bool $ignoredByTest)

No description

telemetryInfo()

No description

test()

No description

string
message()

No description

bool
ignoredByTest()

No description

string
asString()

No description

Details

__construct(Info $telemetryInfo, Test $test, string $message, bool $ignoredByTest)

internal  This method is not covered by the backward compatibility promise for PHPUnit
 

No description

Parameters

Info $telemetryInfo
Test $test
string $message
bool $ignoredByTest

Info telemetryInfo()

No description

Return Value

Info

Test test()

No description

Return Value

Test

string message()

No description

Return Value

string

bool ignoredByTest()

No description

Return Value

bool

string asString()

No description

Return Value

string