From 2c27fd3b51c32d1a0e1f3a5a6023a906b0682bd8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 23 Apr 2006 23:40:15 +0000 Subject: [PATCH] Renaming the test file --- docs/phpunit/AllTests.php | 2 +- ...{ApplicationController.php => ApplicationControllerTest.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/phpunit/{ApplicationController.php => ApplicationControllerTest.php} (100%) diff --git a/docs/phpunit/AllTests.php b/docs/phpunit/AllTests.php index 54b0bae..9429ad9 100644 --- a/docs/phpunit/AllTests.php +++ b/docs/phpunit/AllTests.php @@ -10,7 +10,7 @@ require_once('PHPUnit2/Framework/IncompleteTestError.php'); $suite = new PHPUnit2_Framework_TestSuite; // load tests -$suite->addTestFile('ApplicationController.php'); +$suite->addTestFile('ApplicationControllerTest.php'); // run all the tests PHPUnit2_TextUI_TestRunner::run($suite); diff --git a/docs/phpunit/ApplicationController.php b/docs/phpunit/ApplicationControllerTest.php similarity index 100% rename from docs/phpunit/ApplicationController.php rename to docs/phpunit/ApplicationControllerTest.php -- 2.22.5