final class NoticeTriggered implements Event (View source)

This class will be moved to the PHPUnit\Event\TestRunner namespace in PHPUnit 14

Methods

__construct(Info $telemetryInfo, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

No description

telemetryInfo()

No description

string
message()

No description

string
file()

No description

int
line()

No description

bool
wasSuppressed()

No description

bool
ignoredByBaseline()

No description

string
asString()

No description

Details

__construct(Info $telemetryInfo, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline)

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

No description

Parameters

Info $telemetryInfo
string $message
string $file
int $line
bool $suppressed
bool $ignoredByBaseline

Info telemetryInfo()

No description

Return Value

Info

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

string asString()

No description

Return Value

string