From: Robert Sesek Date: Sun, 23 Apr 2006 23:37:32 +0000 (+0000) Subject: A few cleanup of the old setup tests X-Git-Tag: pre-php5~9 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=04fa56537fb7853742447a0bea1261b3bb5106f2;p=viewsvn.git A few cleanup of the old setup tests --- 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