From 7c26fe375ba1a63ffbceef76f578d728e680d144 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 16 Aug 2006 18:34:48 +0000 Subject: [PATCH] Adding the functions test --- UnitTest/AllTests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/UnitTest/AllTests.php b/UnitTest/AllTests.php index d4f8925..60e14a3 100644 --- a/UnitTest/AllTests.php +++ b/UnitTest/AllTests.php @@ -10,6 +10,7 @@ $test = new GroupTest('All Tests'); $test->addTestFile('LoaderTest.php'); $test->addTestFile('RegisterTest.php'); +$test->addTestFile('FunctionsTest.php'); // run $test->run(new CustomHtmlReporter); -- 2.22.5