Documentation

PhpDeprecationTriggered
in package
implements Event

Read onlyYes
FinalYes
Tags
immutable
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

Interfaces

Event

Properties

$file  : non-empty-string
$ignoredByBaseline  : bool
$ignoredByTest  : bool
$line  : positive-int
$message  : non-empty-string
$suppressed  : bool
$telemetryInfo  : Info
$test  : Test
$trigger  : IssueTrigger

Methods

__construct()  : mixed
asString()  : string
file()  : non-empty-string
ignoredByBaseline()  : bool
ignoredByTest()  : bool
line()  : positive-int
message()  : non-empty-string
telemetryInfo()  : Info
test()  : Test
trigger()  : IssueTrigger
wasSuppressed()  : bool

Properties

Methods

__construct()

public __construct(Info $telemetryInfo, Test $test, non-empty-string $message, non-empty-string $file, positive-int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest, IssueTrigger $trigger) : mixed
Parameters
$telemetryInfo : Info
$test : Test
$message : non-empty-string
$file : non-empty-string
$line : positive-int
$suppressed : bool
$ignoredByBaseline : bool
$ignoredByTest : bool
$trigger : IssueTrigger
On this page

Search results