class SymfonyTestsListenerForV7 implements TestListener

Collects and replays skipped tests.

Traits

TestListenerDefaultImplementation

Methods

__construct(array $mockedNamespaces = array())

No description

globalListenerDisabled()

No description

void
startTestSuite(TestSuite $suite)

No description

void
addSkippedTest(Test $test, Throwable $t, float $time)

No description

void
startTest(Test $test)

No description

void
addWarning(Test $test, Warning $e, float $time)

No description

void
endTest(Test $test, float $time)

No description

Details

__construct(array $mockedNamespaces = array())

Parameters

array $mockedNamespaces

globalListenerDisabled()

void startTestSuite(TestSuite $suite)

Parameters

TestSuite $suite

Return Value

void

void addSkippedTest(Test $test, Throwable $t, float $time)

Parameters

Test $test
Throwable $t
float $time

Return Value

void

void startTest(Test $test)

Parameters

Test $test

Return Value

void

void addWarning(Test $test, Warning $e, float $time)

Parameters

Test $test
Warning $e
float $time

Return Value

void

void endTest(Test $test, float $time)

Parameters

Test $test
float $time

Return Value

void