From 351a6e79200132c990a9ce9524a5b29fbea6005e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 16 Aug 2006 03:22:23 +0000 Subject: [PATCH] Include ReporterTest.php in AllTests --- UnitTest/AllTests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/UnitTest/AllTests.php b/UnitTest/AllTests.php index 37843fe..f4aeb4e 100644 --- a/UnitTest/AllTests.php +++ b/UnitTest/AllTests.php @@ -9,6 +9,7 @@ require_once('simpletest/reporter.php'); $test = new GroupTest('All Tests'); $test->addTestFile('LoaderTest.php'); +$test->addTestFile('RegisterTest.php'); // run $test->run(new HtmlReporter); -- 2.22.5