final class Issue (View source)

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

Methods

static Issue
from(string $file, int $line, string $description, Test $triggeringTest, string|null $stackTrace = null)

No description

void
triggeredBy(Test $test)

No description

string
file()

No description

int
line()

No description

string
description()

No description

array
triggeringTests()

No description

bool
hasStackTrace()

No description

string|null
stackTrace()

No description

bool
triggeredInTest()

No description

Details

static Issue from(string $file, int $line, string $description, Test $triggeringTest, string|null $stackTrace = null)

No description

Parameters

string $file
int $line
string $description
Test $triggeringTest
string|null $stackTrace

Return Value

Issue

void triggeredBy(Test $test)

No description

Parameters

Test $test

Return Value

void

string file()

No description

Return Value

string

int line()

No description

Return Value

int

string description()

No description

Return Value

string

array triggeringTests()

No description

Return Value

array

bool hasStackTrace()

No description

Return Value

bool

string|null stackTrace()

No description

Return Value

string|null

bool triggeredInTest()

No description

Return Value

bool