Home
last modified time | relevance | path

Searched refs:_SERVER (Results 251 – 275 of 667) sorted by path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D74.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = 'Issue74Test';
8 $_SERVER['argv'][4] = __DIR__ . '/74/Issue74Test.php';
H A D765.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue765Test';
8 $_SERVER['argv'][3] = __DIR__ . '/765/Issue765Test.php';
H A D797.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][] = '--process-isolation';
8 $_SERVER['argv'][] = '--bootstrap';
9 $_SERVER['argv'][] = __DIR__ . '/797/bootstrap797.php';
10 $_SERVER['argv'][] = __DIR__ . '/797/Issue797Test.php';
H A D863.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = '--repeat';
8 $_SERVER['argv'][3] = '50';
9 $_SERVER['argv'][4] = 'BankAccountTest';
10 $_SERVER['argv'][5] = dirname(dirname(__DIR__)) . '/_files/BankAccountTest.php';
H A D873-php5.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][2] = 'Issue873Test';
13 $_SERVER['argv'][3] = __DIR__ . '/873/Issue873Test.php';
H A D873-php7.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][2] = 'Issue873Test';
13 $_SERVER['argv'][3] = __DIR__ . '/873/Issue873Test.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D1021.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1021Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1021/Issue1021Test.php';
H A D523.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue523Test';
7 $_SERVER['argv'][3] = __DIR__ . '/523/Issue523Test.php';
H A D578.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue578Test';
7 $_SERVER['argv'][3] = __DIR__ . '/578/Issue578Test.php';
H A D684.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue684Test';
7 $_SERVER['argv'][3] = __DIR__ . '/684/Issue684Test.php';
H A D783.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--group';
7 $_SERVER['argv'][3] = 'foo,bar';
8 $_SERVER['argv'][4] = 'ParentSuite';
9 $_SERVER['argv'][5] = __DIR__ . '/783/ParentSuite.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dabstract-test-class.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'AbstractTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/AbstractTest.php';
H A Dassertion.phpt18 $_SERVER['argv'][1] = '--no-configuration';
19 $_SERVER['argv'][2] = 'AssertionExampleTest';
20 $_SERVER['argv'][3] = __DIR__ . '/../_files/AssertionExampleTest.php';
H A Dcode-coverage-ignore.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][2] = '--colors=never';
13 $_SERVER['argv'][3] = '--coverage-text=php://stdout';
14 $_SERVER['argv'][4] = __DIR__ . '/../_files/IgnoreCodeCoverageClassTest.php';
15 $_SERVER['argv'][5] = '--whitelist';
16 $_SERVER['argv'][6] = __DIR__ . '/../_files/IgnoreCodeCoverageClass.php';
H A Dcolors-always.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--colors=always';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dconcrete-test-class.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'ConcreteTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/ConcreteTest.php';
H A Dcustom-printer-debug.phpt5 $_SERVER['argv'][1] = '-c';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
7 $_SERVER['argv'][3] = '--debug';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dcustom-printer-verbose.phpt5 $_SERVER['argv'][1] = '-c';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
7 $_SERVER['argv'][3] = '--verbose';
8 $_SERVER['argv'][4] = 'IncompleteTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/IncompleteTest.php';
H A Ddataprovider-debug.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--debug';
7 $_SERVER['argv'][3] = 'DataProviderDebugTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/DataProviderDebugTest.php';
H A Ddataprovider-issue-2833.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/DataProviderIssue2833';
H A Ddataprovider-issue-2859.phpt5 $_SERVER['argv'][1] = '-c';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/DataProviderIssue2859/phpunit.xml';
H A Ddataprovider-issue-2922.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--exclude-group=foo';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/DataProviderIssue2922';
H A Ddataprovider-log-xml-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = '--log-junit';
8 $_SERVER['argv'][4] = 'php://stdout';
9 $_SERVER['argv'][5] = 'DataProviderTest';
10 $_SERVER['argv'][6] = __DIR__ . '/../_files/DataProviderTest.php';
H A Ddataprovider-log-xml.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--log-junit';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = 'DataProviderTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/DataProviderTest.php';
H A Ddataprovider-testdox.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox';
7 $_SERVER['argv'][3] = 'DataProviderTestDoxTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/DataProviderTestDoxTest.php';

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