final class Risky extends Known (View source)

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

Methods

static TestStatus
from(int $status)

No description

static TestStatus
unknown()

No description

static TestStatus
success()

No description

static TestStatus
skipped(string $message = '')

No description

static TestStatus
incomplete(string $message = '')

No description

static TestStatus
notice(string $message = '')

No description

static TestStatus
deprecation(string $message = '')

No description

static TestStatus
failure(string $message = '')

No description

static TestStatus
error(string $message = '')

No description

static TestStatus
warning(string $message = '')

No description

static TestStatus
risky(string $message = '')

No description

bool
isKnown()

No description

from  Known
bool
isUnknown()

No description

bool
isSuccess()

No description

bool
isSkipped()

No description

bool
isIncomplete()

No description

bool
isNotice()

No description

bool
isDeprecation()

No description

bool
isFailure()

No description

bool
isError()

No description

bool
isWarning()

No description

bool
isRisky()

No description

string
message()

No description

bool
isMoreImportantThan(TestStatus $other)

No description

int
asInt()

No description

string
asString()

No description

Details

static TestStatus from(int $status)

No description

Parameters

int $status

Return Value

TestStatus

static TestStatus unknown()

No description

Return Value

TestStatus

static TestStatus success()

No description

Return Value

TestStatus

static TestStatus skipped(string $message = '')

No description

Parameters

string $message

Return Value

TestStatus

static TestStatus incomplete(string $message = '')

No description

Parameters

string $message

Return Value

TestStatus

static TestStatus notice(string $message = '')

No description

Parameters

string $message

Return Value

TestStatus

static TestStatus deprecation(string $message = '')

No description

Parameters

string $message

Return Value

TestStatus

static TestStatus failure(string $message = '')

No description

Parameters

string $message

Return Value

TestStatus

static TestStatus error(string $message = '')

No description

Parameters

string $message

Return Value

TestStatus

static TestStatus warning(string $message = '')

No description

Parameters

string $message

Return Value

TestStatus

static TestStatus risky(string $message = '')

No description

Parameters

string $message

Return Value

TestStatus

bool isKnown()

No description

Return Value

bool

bool isUnknown()

No description

Return Value

bool

bool isSuccess()

No description

Return Value

bool

bool isSkipped()

No description

Return Value

bool

bool isIncomplete()

No description

Return Value

bool

bool isNotice()

No description

Return Value

bool

bool isDeprecation()

No description

Return Value

bool

bool isFailure()

No description

Return Value

bool

bool isError()

No description

Return Value

bool

bool isWarning()

No description

Return Value

bool

bool isRisky()

No description

Return Value

bool

string message()

No description

Return Value

string

bool isMoreImportantThan(TestStatus $other)

No description

Parameters

TestStatus $other

Return Value

bool

int asInt()

No description

Return Value

int

string asString()

No description

Return Value

string