Home
last modified time | relevance | path

Searched refs:argv (Results 176 – 200 of 258) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
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 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 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';
H A Dtestdox-text.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox-text';
7 $_SERVER['argv'][3] = 'php://stdout';
8 $_SERVER['argv'][4] = 'BankAccountTest';
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dtestdox-xml.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--report-useless-tests';
7 $_SERVER['argv'][3] = '--testdox-xml';
8 $_SERVER['argv'][4] = 'php://stdout';
9 $_SERVER['argv'][5] = 'StatusTest';
10 $_SERVER['argv'][6] = __DIR__ . '/../_files/StatusTest.php';
H A Dtestdox.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--testdox';
7 $_SERVER['argv'][3] = 'BankAccountTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/BankAccountTest.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1216.phpt6 $_SERVER['argv'][1] = '--configuration';
7 $_SERVER['argv'][2] = __DIR__ . '/1216/phpunit1216.xml';
8 $_SERVER['argv'][3] = '--debug';
9 $_SERVER['argv'][4] = '--bootstrap';
10 $_SERVER['argv'][5] = __DIR__ . '/1216/bootstrap1216.php';
11 $_SERVER['argv'][6] = __DIR__ . '/1216/Issue1216Test.php';
H A D1348.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][] = '--report-useless-tests';
13 $_SERVER['argv'][] = '--process-isolation';
14 $_SERVER['argv'][] = 'Issue1348Test';
15 $_SERVER['argv'][] = __DIR__ . '/1348/Issue1348Test.php';
H A D1351.phpt11 $_SERVER['argv'][1] = '--no-configuration';
12 $_SERVER['argv'][2] = '--process-isolation';
13 $_SERVER['argv'][3] = 'Issue1351Test';
14 $_SERVER['argv'][4] = __DIR__ . '/1351/Issue1351Test.php';
H A D1374.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1374Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1374/Issue1374Test.php';
H A D1468.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--disallow-todo-tests';
7 $_SERVER['argv'][3] = 'Issue1468Test';
8 $_SERVER['argv'][4] = __DIR__ . '/1468/Issue1468Test.php';
H A D2145.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue2145Test';
8 $_SERVER['argv'][3] = '--stop-on-error';
9 $_SERVER['argv'][4] = __DIR__ . '/2145/Issue2145Test.php';
H A D2731.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2731Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2731/Issue2731Test.php';
H A D2758.phpt5 $_SERVER['argv'][1] = '--configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/2758/phpunit.xml';
7 $_SERVER['argv'][3] = 'Issue2758Test';
8 $_SERVER['argv'][4] = __DIR__ . '/2758/Issue2758Test.php';
H A D433.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue433Test';
8 $_SERVER['argv'][3] = __DIR__ . '/433/Issue433Test.php';
H A D498.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = '--group';
8 $_SERVER['argv'][3] = 'trueOnly';
9 $_SERVER['argv'][4] = 'Issue498Test';
10 $_SERVER['argv'][5] = __DIR__ . '/498/Issue498Test.php';
H A D503.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue503Test';
8 $_SERVER['argv'][3] = __DIR__ . '/503/Issue503Test.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';

1234567891011