Remove the arraytest from the suite
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 24 Apr 2006 07:12:44 +0000 (07:12 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 24 Apr 2006 07:12:44 +0000 (07:12 +0000)
docs/phpunit/AllTests.php

index 3c552ecc973a9d2e1c19058aa1609d6b0fb9082a..5b4bc338161e6d7bfae7942c765970daa93da4d8 100644 (file)
@@ -16,7 +16,6 @@ $suite = new PHPUnit2_Framework_TestSuite;
 
 // load tests
 $suite->addTestFile('ApplicationControllerTest.php');
-$suite->addTestFile('ArrayTest.php');
 
 // run all the tests
 $suite->run($result);