class SymfonyTestsListener extends PHPUnit_Framework_BaseTestListener
Collects and replays skipped tests.
Methods
__construct(array $mockedNamespaces = array()) | ||
__destruct() | ||
startTestSuite(PHPUnit_Framework_TestSuite $suite) | ||
addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) | ||
startTest(PHPUnit_Framework_Test $test) | ||
endTest(PHPUnit_Framework_Test $test, $time) |
Please login to continue.