From 224e5765bf8314371bab8fd5d65cfcc0595a3669 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 24 Apr 2006 06:48:00 +0000 Subject: [PATCH] Remove the CLI printer --- docs/phpunit/AllTests.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/phpunit/AllTests.php b/docs/phpunit/AllTests.php index 9429ad9..3c552ec 100644 --- a/docs/phpunit/AllTests.php +++ b/docs/phpunit/AllTests.php @@ -1,18 +1,24 @@ addListener(new ISI_PHPUnit2_Output_HTML_Listener); $suite = new PHPUnit2_Framework_TestSuite; // load tests $suite->addTestFile('ApplicationControllerTest.php'); +$suite->addTestFile('ArrayTest.php'); // run all the tests -PHPUnit2_TextUI_TestRunner::run($suite); +$suite->run($result); ?> \ No newline at end of file -- 2.22.5