From: Robert Sesek Date: Mon, 24 Apr 2006 07:12:44 +0000 (+0000) Subject: Remove the arraytest from the suite X-Git-Tag: pre-php5~4 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=68f411492732f1958767ef79a88a0a8991c69eb7;p=viewsvn.git Remove the arraytest from the suite --- diff --git a/docs/phpunit/AllTests.php b/docs/phpunit/AllTests.php index 3c552ec..5b4bc33 100644 --- a/docs/phpunit/AllTests.php +++ b/docs/phpunit/AllTests.php @@ -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);