summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/Web/THttpRequestTest.php2
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');
}
}