Lines Matching refs:null

23         'loader'                  => null,
38 'atleast-version=' => null,
39 'bootstrap=' => null,
40 'colors==' => null,
41 'columns=' => null,
42 'configuration=' => null,
43 'coverage-clover=' => null,
44 'coverage-crap4j=' => null,
45 'coverage-html=' => null,
46 'coverage-php=' => null,
47 'coverage-text==' => null,
48 'coverage-xml=' => null,
49 'debug' => null,
50 'disallow-test-output' => null,
51 'disallow-resource-usage' => null,
52 'disallow-todo-tests' => null,
53 'enforce-time-limit' => null,
54 'exclude-group=' => null,
55 'filter=' => null,
56 'generate-configuration' => null,
57 'group=' => null,
58 'help' => null,
59 'include-path=' => null,
60 'list-groups' => null,
61 'list-suites' => null,
62 'loader=' => null,
63 'log-json=' => null,
64 'log-junit=' => null,
65 'log-tap=' => null,
66 'log-teamcity=' => null,
67 'no-configuration' => null,
68 'no-coverage' => null,
69 'no-extensions' => null,
70 'no-globals-backup' => null,
71 'printer=' => null,
72 'process-isolation' => null,
73 'repeat=' => null,
74 'report-useless-tests' => null,
75 'reverse-list' => null,
76 'static-backup' => null,
77 'stderr' => null,
78 'stop-on-error' => null,
79 'stop-on-failure' => null,
80 'stop-on-warning' => null,
81 'stop-on-incomplete' => null,
82 'stop-on-risky' => null,
83 'stop-on-skipped' => null,
84 'fail-on-warning' => null,
85 'fail-on-risky' => null,
86 'strict-coverage' => null,
87 'disable-coverage-ignore' => null,
88 'strict-global-state' => null,
89 'tap' => null,
90 'teamcity' => null,
91 'testdox' => null,
92 'testdox-group=' => null,
93 'testdox-exclude-group=' => null,
94 'testdox-html=' => null,
95 'testdox-text=' => null,
96 'testdox-xml=' => null,
97 'test-suffix=' => null,
98 'testsuite=' => null,
99 'verbose' => null,
100 'version' => null,
101 'whitelist=' => null
264 $this->longOptions['check-version'] = null;
265 $this->longOptions['selfupdate'] = null;
266 $this->longOptions['self-update'] = null;
267 $this->longOptions['selfupgrade'] = null;
268 $this->longOptions['self-upgrade'] = null;
321 if ($option[1] === null) {
643 $handler = null;
688 if ($this->arguments['loader'] !== null) {
784 …estSuiteConfiguration(isset($this->arguments['testsuite']) ? $this->arguments['testsuite'] : null);
786 if ($testSuite !== null) {
892 $outputStream = isset($this->arguments['stderr']) ? 'php://stderr' : null;