TestCase
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
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
Phpt
valueObjectForEvents()
| internal | This method is not covered by the backward compatibility promise for PHPUnit |
No description