From 261b6cb919c3c17ba9105958bb0fbbbbe3d74035 Mon Sep 17 00:00:00 2001 From: knut <> Date: Tue, 29 May 2007 22:46:00 +0000 Subject: added dummy application folder for unit testing System.Web.* --- tests/unit/Web/THttpRequestTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/Web') diff --git a/tests/unit/Web/THttpRequestTest.php b/tests/unit/Web/THttpRequestTest.php index e69503b1..5bb66304 100644 --- a/tests/unit/Web/THttpRequestTest.php +++ b/tests/unit/Web/THttpRequestTest.php @@ -29,7 +29,7 @@ class THttpRequestTest extends PHPUnit_Framework_TestCase { $_SERVER['REMOTE_HOST'] = 'localhost'; if(self::$app === null) { - self::$app = new TApplication('app'); + self::$app = new TApplication(dirname(__FILE__).'/app'); } } -- cgit v1.2.3