Home
last modified time | relevance | path

Searched refs:ExceptionStackTest (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dteamcity-inner-exceptions.phpt2 phpunit --teamcity ExceptionStackTest ../_files/ExceptionStackTest.php
7 $_SERVER['argv'][3] = 'ExceptionStackTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/ExceptionStackTest.php';
18 …y[testSuiteStarted name='ExceptionStackTest' locationHint='php_qn://%s/tests/_files/ExceptionStack…
20 …ChildException' locationHint='php_qn://%s/tests/_files/ExceptionStackTest.php::\ExceptionStackTest
22ExceptionStackTest.php:10|n |n Caused by|n message|n Failed asserting that two arrays are equal.|n…
26 …stedExceptions' locationHint='php_qn://%s/tests/_files/ExceptionStackTest.php::\ExceptionStackTest
28 …tedExceptions' message='Exception : One' details=' %s/tests/_files/ExceptionStackTest.php:18|n ' f…
32 ##teamcity[testSuiteFinished name='ExceptionStackTest' flowId='%d']
H A Dexception-stack.phpt2 phpunit ExceptionStackTest ../_files/ExceptionStackTest.php
6 $_SERVER['argv'][2] = 'ExceptionStackTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/ExceptionStackTest.php';
20 1) ExceptionStackTest::testPrintingChildException
48 2) ExceptionStackTest::testNestedExceptions
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionStackTest.php2 class ExceptionStackTest extends PHPUnit_Framework_TestCase class