Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DIncompleteTest.php15 interface PHPUnit_Framework_IncompleteTest interface
H A DIncompleteTestError.php15 …estError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_IncompleteTest
H A DTestResult.php231 } elseif ($t instanceof PHPUnit_Framework_IncompleteTest) {
316 } elseif ($e instanceof PHPUnit_Framework_IncompleteTest) {
H A DTestCase.php927 } catch (PHPUnit_Framework_IncompleteTest $e) {