Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php106 if (!$test instanceof PHPUnit_Framework_WarningTestCase) {
130 if (!$test instanceof PHPUnit_Framework_WarningTestCase) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DWarningTestCase.php14 class PHPUnit_Framework_WarningTestCase extends PHPUnit_Framework_TestCase class
H A DTestSuite.php536 if ($data instanceof PHPUnit_Framework_WarningTestCase ||
897 * @return PHPUnit_Framework_WarningTestCase
901 return new PHPUnit_Framework_WarningTestCase($message);
H A DTestResult.php646 !$test instanceof PHPUnit_Framework_WarningTestCase &&
654 !$test instanceof PHPUnit_Framework_WarningTestCase &&
665 if (!$test instanceof PHPUnit_Framework_WarningTestCase &&
H A DTestCase.php756 if (!$this instanceof PHPUnit_Framework_WarningTestCase) {
766 if (!$this instanceof PHPUnit_Framework_WarningTestCase &&
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php96 if ($test instanceof PHPUnit_Framework_WarningTestCase) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php373 if ($test instanceof PHPUnit_Framework_WarningTestCase) {