Home
last modified time | relevance | path

Searched refs:StopOnWarningTestSuite (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dstop-on-warning-via-cli.phpt2 phpunit --stop-on-warning StopOnWarningTestSuite ./tests/_files/StopOnWarningTestSuite.php
7 $_SERVER['argv'][3] = 'StopOnWarningTestSuite';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/StopOnWarningTestSuite.php';
H A Dstop-on-warning-via-config.phpt2 …uration_stop_on_warning.xml --stop-on-warning StopOnWarningTestSuite ./tests/_files/StopOnWarningT…
8 $_SERVER['argv'][4] = 'StopOnWarningTestSuite';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/StopOnWarningTestSuite.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DStopOnWarningTestSuite.php2 class StopOnWarningTestSuite class