Home
last modified time | relevance | path

Searched refs:argv (Results 101 – 125 of 258) sorted by relevance

1234567891011

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
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 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 Dcolors-always.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--colors=always';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/BankAccountTest.php';
H A Dlist-suites.phpt5 $_SERVER['argv'][1] = '--list-suites';
6 $_SERVER['argv'][2] = '--configuration';
7 $_SERVER['argv'][3] = __DIR__.'/../_files/configuration.suites.xml';
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 Dempty-testcase.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'EmptyTestCaseTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/EmptyTestCaseTest.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 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';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D523.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue523Test';
7 $_SERVER['argv'][3] = __DIR__ . '/523/Issue523Test.php';
H A D1021.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1021Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1021/Issue1021Test.php';
H A D684.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue684Test';
7 $_SERVER['argv'][3] = __DIR__ . '/684/Issue684Test.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1149.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue1149Test';
8 $_SERVER['argv'][3] = __DIR__ . '/1149/Issue1149Test.php';
H A D2366.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2366Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2366/Issue2366Test.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 D2158.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2158Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2158/Issue2158Test.php';
H A D1437.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1437Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1437/Issue1437Test.php';
H A D1471.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1471Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1471/Issue1471Test.php';
H A D1472.phpt12 $_SERVER['argv'][1] = '--no-configuration';
13 $_SERVER['argv'][2] = 'Issue1472Test';
14 $_SERVER['argv'][3] = __DIR__ . '/1472/Issue1472Test.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 D433.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue433Test';
8 $_SERVER['argv'][3] = __DIR__ . '/433/Issue433Test.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';
H A D581.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue581Test';
8 $_SERVER['argv'][3] = __DIR__ . '/581/Issue581Test.php';
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
32 echo 'Could not read the private key file:', $argv[1], "\n";
35 $pkeyFile = file_get_contents($argv[1]);
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php31 if (!@is_readable($argv[1])) {
32 echo 'Could not read the private key file:', $argv[1], "\n";
35 $pkeyFile = file_get_contents($argv[1]);

1234567891011