From f0e74ff55189e40c061de15d86bf6dd2bcbbe48a Mon Sep 17 00:00:00 2001 From: Ricardo Rodriguez Date: Mon, 25 May 2009 22:17:21 +0200 Subject: [PATCH] [svn r20978] Minor - editing all.test.php added $test =$new Alltests() --- tests/all.test.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/all.test.php b/tests/all.test.php index ef75c6bb65..5d276477f5 100644 --- a/tests/all.test.php +++ b/tests/all.test.php @@ -1,13 +1,17 @@ TestSuite('All tests'); - $this->addTestFile(dirname(__FILE__).'/main/inc/lib/usermanager.lib.test.php'); + //$this->addTestFile(dirname(__FILE__).'/main/inc/lib/usermanager.lib.test.php'); + $this->addTestFile(dirname(__FILE__).'/main/inc/lib/main_api.lib.test.php'); + } } +$test = &new AllTests(); +//$test-> run( new HtmlReporter()); ?> \ No newline at end of file