NoticeTriggered
in package
implements
Event
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $file : string
- $ignoredByBaseline : bool
- $line : int
- $message : string
- $suppressed : bool
- $telemetryInfo : Info
- $test : Test
Methods
- __construct() : mixed
- asString() : string
- file() : string
- ignoredByBaseline() : bool
- line() : int
- message() : string
- telemetryInfo() : Info
- test() : Test
- wasSuppressed() : bool
Properties
$file read-only
private
string
$file
Tags
$ignoredByBaseline read-only
private
bool
$ignoredByBaseline
$line read-only
private
int
$line
Tags
$message read-only
private
string
$message
Tags
$suppressed read-only
private
bool
$suppressed
$telemetryInfo read-only
private
Info
$telemetryInfo
$test read-only
private
Test
$test
Methods
__construct()
public
__construct(Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline) : mixed
Parameters
- $telemetryInfo : Info
- $test : Test
- $message : string
- $file : string
- $line : int
- $suppressed : bool
- $ignoredByBaseline : bool
Tags
asString()
public
asString() : string
Return values
stringfile()
public
file() : string
Tags
Return values
stringignoredByBaseline()
public
ignoredByBaseline() : bool
Return values
boolline()
public
line() : int
Tags
Return values
intmessage()
public
message() : string
Tags
Return values
stringtelemetryInfo()
public
telemetryInfo() : Info
Return values
Infotest()
public
test() : Test
Return values
TestwasSuppressed()
public
wasSuppressed() : bool