diff options
author | knut <> | 2007-05-29 22:46:00 +0000 |
---|---|---|
committer | knut <> | 2007-05-29 22:46:00 +0000 |
commit | 261b6cb919c3c17ba9105958bb0fbbbbe3d74035 (patch) | |
tree | 325abc619adf65885d3c0a1e8fdfbc291f47597c /tests/unit | |
parent | d29dbd1d84cc14ddbe7eb4af0390b91c74fbc323 (diff) |
added dummy application folder for unit testing System.Web.*
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Web/THttpRequestTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } } |