PassedTests
final class PassedTests (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Methods
static PassedTests
instance()
No description
void
testClassPassed(string $className)
No description
void
void
bool
hasTestClassPassed(string $className)
No description
bool
hasTestMethodPassed(string $method)
No description
bool
bool
hasReturnValue(string $method)
No description
mixed
returnValue(string $method)
No description
Details
static PassedTests
instance()
No description
void
testClassPassed(string $className)
No description
void
testMethodPassed(TestMethod $test, mixed $returnValue)
No description
void
import(PassedTests $other)
No description
bool
hasTestClassPassed(string $className)
No description
bool
hasTestMethodPassed(string $method)
No description
bool
isGreaterThan(string $method, TestSize $other)
No description
bool
hasReturnValue(string $method)
No description
mixed
returnValue(string $method)
No description