From 68f411492732f1958767ef79a88a0a8991c69eb7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 24 Apr 2006 07:12:44 +0000 Subject: [PATCH] Remove the arraytest from the suite --- docs/phpunit/AllTests.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.22.5