Home
last modified time | relevance | path

Searched refs:PHPUnit_Extensions_PhptTestCase (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php56 $this->testCase = new PHPUnit_Extensions_PhptTestCase($this->filename, $this->phpUtil);
257 class PhpTestCaseProxy extends PHPUnit_Extensions_PhptTestCase
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php14 class PHPUnit_Extensions_PhptTestCase implements PHPUnit_Framework_Test, PHPUnit_Framework_SelfDesc… class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php541 } elseif ($test instanceof PHPUnit_Extensions_PhptTestCase) {
H A DCommand.php800 $test = new PHPUnit_Extensions_PhptTestCase($this->arguments['test']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php308 new PHPUnit_Extensions_PhptTestCase($filename)
H A DTestCase.php774 !$this instanceof PHPUnit_Extensions_PhptTestCase) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php356 } elseif ($id instanceof \PHPUnit_Extensions_PhptTestCase) {