class SymfonyTestsListener extends PHPUnit_Framework_BaseTestListener

Collects and replays skipped tests.

Methods

__construct(array $extraClockMockedNamespaces = array())

No description

__destruct()

No description

startTestSuite(PHPUnit_Framework_TestSuite $suite)

No description

addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)

No description

startTest(PHPUnit_Framework_Test $test)

No description

endTest(PHPUnit_Framework_Test $test, $time)

No description

Details

at line line 29
__construct(array $extraClockMockedNamespaces = array())

Parameters

array $extraClockMockedNamespaces

at line line 43
__destruct()

at line line 50
startTestSuite(PHPUnit_Framework_TestSuite $suite)

Parameters

PHPUnit_Framework_TestSuite $suite

at line line 99
addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)

Parameters

PHPUnit_Framework_Test $test
Exception $e
$time

at line line 114
startTest(PHPUnit_Framework_Test $test)

Parameters

PHPUnit_Framework_Test $test

at line line 126
endTest(PHPUnit_Framework_Test $test, $time)

Parameters

PHPUnit_Framework_Test $test
$time