Issue
final class Issue (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Methods
static Issue
void
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
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