Include ReporterTest.php in AllTests
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 16 Aug 2006 03:22:23 +0000 (03:22 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 16 Aug 2006 03:22:23 +0000 (03:22 +0000)
UnitTest/AllTests.php

index 37843feb965d4d931ba7fd5439da39ed963f4d89..f4aeb4e564cb455d3780d08f9c4cd975e6dc1b43 100644 (file)
@@ -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);