Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jul 18, 2009
1 parent b4f9d59 commit bf24da7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/AllTests.php
Expand Up @@ -20,7 +20,6 @@
require_once 'PHPUnit/Framework/TestSuite.php';
require_once 'PHPUnit/TextUI/TestRunner.php';

chdir(dirname(__FILE__));

require_once 'Services_W3C_CSSValidatorTest.php';

Expand Down Expand Up @@ -68,4 +67,4 @@ public static function suite()
if (PHPUnit_MAIN_METHOD == 'Services_W3C_CSSValidator_AllTests::main') {
Services_W3C_CSSValidator_AllTests::main();
}
?>
?>

0 comments on commit bf24da7

Please sign in to comment.