Home
last modified time | relevance | path

Searched refs:ThrowExceptionTestCase (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php187 $test = new ThrowExceptionTestCase('test');
198 $test = new ThrowExceptionTestCase('test');
209 $test = new ThrowExceptionTestCase('test');
220 $test = new ThrowExceptionTestCase('test');
232 $test = new ThrowExceptionTestCase('test');
248 $test = new ThrowExceptionTestCase('test');
260 $test = new ThrowExceptionTestCase('test');
276 $test = new ThrowExceptionTestCase('test');
301 $test = new ThrowExceptionTestCase('test');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DThrowExceptionTestCase.php2 class ThrowExceptionTestCase extends PHPUnit_Framework_TestCase class