Skip to content

Commit

Permalink
Remove leftover from syntax check functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 8, 2011
1 parent 504770c commit 7fff85e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions PHPUnit/TextUI/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class PHPUnit_TextUI_Command
'stop-on-incomplete' => NULL,
'stop-on-skipped' => NULL,
'strict' => NULL,
'syntax-check' => NULL,
'tap' => NULL,
'testdox' => NULL,
'testdox-html=' => NULL,
Expand Down Expand Up @@ -927,7 +926,6 @@ protected function showHelp()
--process-isolation Run each test in a separate PHP process.
--no-globals-backup Do not backup and restore \$GLOBALS for each test.
--static-backup Backup and restore static attributes for each test.
--syntax-check Try to check source files for syntax errors.
--bootstrap <file> A "bootstrap" PHP file that is run before the tests.
-c|--configuration <file> Read configuration from XML file.
Expand Down
1 change: 0 additions & 1 deletion Tests/TextUI/help.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Usage: phpunit [switches] UnitTest [UnitTest.php]
--process-isolation Run each test in a separate PHP process.
--no-globals-backup Do not backup and restore $GLOBALS for each test.
--static-backup Backup and restore static attributes for each test.
--syntax-check Try to check source files for syntax errors.

--bootstrap <file> A "bootstrap" PHP file that is run before the tests.
-c|--configuration <file> Read configuration from XML file.
Expand Down
1 change: 0 additions & 1 deletion Tests/TextUI/help2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Usage: phpunit [switches] UnitTest [UnitTest.php]
--process-isolation Run each test in a separate PHP process.
--no-globals-backup Do not backup and restore $GLOBALS for each test.
--static-backup Backup and restore static attributes for each test.
--syntax-check Try to check source files for syntax errors.

--bootstrap <file> A "bootstrap" PHP file that is run before the tests.
-c|--configuration <file> Read configuration from XML file.
Expand Down

0 comments on commit 7fff85e

Please sign in to comment.