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|null $hash, string $description)

No description

string
file()

No description

int
line()

No description

string
hash()

No description

string
description()

No description

bool
equals(Issue $other)

No description

Details

static Issue from(string $file, int $line, string|null $hash, string $description)

No description

Parameters

string $file
int $line
string|null $hash
string $description

Return Value

Issue

Exceptions

FileDoesNotExistException
FileDoesNotHaveLineException

string file()

No description

Return Value

string

int line()

No description

Return Value

int

string hash()

No description

Return Value

string

string description()

No description

Return Value

string

bool equals(Issue $other)

No description

Parameters

Issue $other

Return Value

bool