class SymfonyTestsListenerForV6 extends BaseTestListener
Collects and replays skipped tests.
| __construct(array $mockedNamespaces = array()) | ||
| globalListenerDisabled() | ||
| startTestSuite(TestSuite $suite) | ||
| addSkippedTest(Test $test, Exception $e, $time) | ||
| startTest(Test $test) | ||
| addWarning(Test $test, Warning $e, $time) | ||
| endTest(Test $test, $time) |
| array | $mockedNamespaces |
| TestSuite | $suite |
| Test | $test | |
| Exception | $e | |
| $time |
| Test | $test |
| Test | $test | |
| Warning | $e | |
| $time |
| Test | $test | |
| $time |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV6.html