From 04fa56537fb7853742447a0bea1261b3bb5106f2 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 23 Apr 2006 23:37:32 +0000 Subject: [PATCH] A few cleanup of the old setup tests --- docs/phpunit/ApplicationController.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/phpunit/ApplicationController.php b/docs/phpunit/ApplicationController.php index 902a52f..6de9129 100644 --- a/docs/phpunit/ApplicationController.php +++ b/docs/phpunit/ApplicationController.php @@ -1,20 +1,17 @@ fixture = array(); - } - - public function testNewArrayIsEmpty() - { - throw new PHPUnit2_Framework_IncompleteTestError; - } + public function setUp() {} } ?> \ No newline at end of file -- 2.22.5