Skip to content

Commit

Permalink
Fixed AllTests.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Feb 12, 2010
1 parent d932838 commit 50abbb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/AllTests.php
Expand Up @@ -3,7 +3,6 @@
define('PHPUnit_MAIN_METHOD', 'HTML_BBCodeParser_AllTests::main');
}

require_once 'PHPUnit/Framework/TestSuite.php';
require_once 'PHPUnit/TextUI/TestRunner.php';


Expand All @@ -29,4 +28,4 @@ public static function suite()
if (PHPUnit_MAIN_METHOD == 'HTML_BBCodeParser_AllTests::main') {
HTML_BBCodeParser_AllTests::main();
}
?>
?>

0 comments on commit 50abbb9

Please sign in to comment.