Renaming the test file
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 23 Apr 2006 23:40:15 +0000 (23:40 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 23 Apr 2006 23:40:15 +0000 (23:40 +0000)
docs/phpunit/AllTests.php
docs/phpunit/ApplicationControllerTest.php [moved from docs/phpunit/ApplicationController.php with 100% similarity]

index 54b0bae91a32b80a6e21a619c54ebb1a4c6e3e1c..9429ad9cd1494cfae6ab977ec85c413754ad1bfd 100644 (file)
@@ -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);