Searched refs:getExpectedException (Results 1 – 3 of 3) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
H A D | TestTest.php | 32 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testOne') 37 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testTwo') 42 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testThree') 47 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testFour') 52 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testFive') 57 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testSix') 62 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testSeven') 67 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testEight') 72 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testNine') 77 PHPUnit_Util_Test::getExpectedException('ExceptionTest', 'testSingleLine') [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestCase.php | 506 public function getExpectedException() function in PHPUnit_Framework_TestCase 641 $expectedException = PHPUnit_Util_Test::getExpectedException(
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Test.php | 287 public static function getExpectedException($className, $methodName) function in PHPUnit_Util_Test
|