Home
last modified time | relevance | path

Searched refs:_SERVER (Results 326 – 350 of 667) sorted by path

1...<<11121314151617181920>>...27

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt12 $_SERVER['argv'][1] = '--no-configuration';
13 $_SERVER['argv'][2] = '--log-json';
14 $_SERVER['argv'][3] = 'php://stdout';
15 $_SERVER['argv'][4] = 'BankAccountTest';
16 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dlog-junit.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--log-junit';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = '--report-useless-tests';
9 $_SERVER['argv'][5] = 'StatusTest';
10 $_SERVER['argv'][6] = __DIR__ . '/../_files/StatusTest.php';
H A Dlog-tap.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--log-tap';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dlog-teamcity.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--log-teamcity';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dmycommand.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--my-option=123';
7 $_SERVER['argv'][3] = '--my-other-option';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Doptions-after-arguments.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/BankAccountTest.php';
7 $_SERVER['argv'][3] = '--colors=always';
H A Doutput-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = '--filter';
8 $_SERVER['argv'][4] = 'testExpectOutputStringFooActualFoo';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/OutputTestCase.php';
H A Dphar-extension-suppressed.phpt5 $_SERVER['argv'][1] = '--configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
7 $_SERVER['argv'][3] = '--no-extensions';
H A Dphar-extension.phpt5 $_SERVER['argv'][1] = '--configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
H A Dphpt-env.phpt7 if (isset($_SERVER['FOO'])) {
8 var_dump($_SERVER['FOO']);
H A Dphpt-xfail.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpt-xfail.phpt';
H A Drepeat.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--repeat';
7 $_SERVER['argv'][3] = '3';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dreport-useless-tests-incomplete.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--report-useless-tests';
7 $_SERVER['argv'][3] = 'IncompleteTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/IncompleteTest.php';
H A Dreport-useless-tests-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--report-useless-tests';
7 $_SERVER['argv'][3] = '--process-isolation';
8 $_SERVER['argv'][4] = 'NothingTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/NothingTest.php';
H A Dreport-useless-tests.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--report-useless-tests';
7 $_SERVER['argv'][3] = '--verbose';
8 $_SERVER['argv'][4] = 'NothingTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/NothingTest.php';
H A Dstop-on-warning-via-cli.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--stop-on-warning';
7 $_SERVER['argv'][3] = 'StopOnWarningTestSuite';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/StopOnWarningTestSuite.php';
H A Dstop-on-warning-via-config.phpt5 $_SERVER['argv'][1] = '-c';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration_stop_on_warning.xml';
7 $_SERVER['argv'][3] = '--stop-on-warning';
8 $_SERVER['argv'][4] = 'StopOnWarningTestSuite';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/StopOnWarningTestSuite.php';
H A Dtap.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--tap';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dteamcity-inner-exceptions.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--teamcity';
7 $_SERVER['argv'][3] = 'ExceptionStackTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/ExceptionStackTest.php';
H A Dteamcity.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--teamcity';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dtest-suffix-multiple.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--test-suffix';
7 $_SERVER['argv'][3] = '.test.php,.my.php';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/';
H A Dtest-suffix-single.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--test-suffix';
7 $_SERVER['argv'][3] = '.test.php';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/';
H A Dtestdox-exclude-group.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox-text';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = '--testdox-exclude-group';
9 $_SERVER['argv'][5] = 'one';
10 $_SERVER['argv'][6] = 'TestDoxGroupTest';
11 $_SERVER['argv'][7] = __DIR__ . '/../_files/TestDoxGroupTest.php';
H A Dtestdox-group.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox-text';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = '--testdox-group';
9 $_SERVER['argv'][5] = 'one';
10 $_SERVER['argv'][6] = 'TestDoxGroupTest';
11 $_SERVER['argv'][7] = __DIR__ . '/../_files/TestDoxGroupTest.php';
H A Dtestdox-html.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox-html';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';

1...<<11121314151617181920>>...27