Home
last modified time | relevance | path

Searched refs:IncompleteTest (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dcustom-printer-verbose.phpt2 … -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/IncompleteTest.p…
8 $_SERVER['argv'][4] = 'IncompleteTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/IncompleteTest.php';
25 1) IncompleteTest::testIncomplete
H A Dreport-useless-tests-incomplete.phpt2 phpunit --report-useless-tests IncompleteTest ../_files/IncompleteTest.php
7 $_SERVER['argv'][3] = 'IncompleteTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/IncompleteTest.php';
H A Dreport-useless-tests-isolation.phpt2 phpunit --report-useless-tests --process-isolation IncompleteTest ../_files/IncompleteTest.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DIncompleteTest.php2 class IncompleteTest extends PHPUnit_Framework_TestCase class