Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddependencies2.phpt2 phpunit StackTest ../_files/StackTest.php
6 $_SERVER['argv'][2] = 'StackTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/StackTest.php';
H A Ddependencies2-isolation.phpt2 phpunit --process-isolation StackTest ../_files/StackTest.php
7 $_SERVER['argv'][3] = 'StackTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/StackTest.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DStackTest.php2 class StackTest extends PHPUnit_Framework_TestCase class