final class TestCase implements Reorderable, SelfDescribing, Test (View source)

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

Methods

__construct(string $filename)

No description

int
count()

No description

void
run()

No description

string
getName()

Returns the name of the test case.

string
toString()

Returns a string representation of the test case.

string
sortId()

No description

array
provides()

No description

array
requires()

No description

valueObjectForEvents()

No description

Details

__construct(string $filename)

No description

Parameters

string $filename

int count()

No description

Return Value

int

void run()

No description

Return Value

void

Exceptions

Exception
InvalidArgumentException
Exception
InvalidArgumentException
NoPreviousThrowableException
ReflectionException
TestIdMissingException
UnintentionallyCoveredCodeException

string getName()

Returns the name of the test case.

Return Value

string

string toString()

Returns a string representation of the test case.

Return Value

string

string sortId()

No description

Return Value

string

array provides()

No description

Return Value

array

array requires()

No description

Return Value

array

Phpt valueObjectForEvents()

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

No description

Return Value

Phpt