summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authortof <>2007-06-18 12:54:57 +0000
committertof <>2007-06-18 12:54:57 +0000
commit72c5674688e84dd2efc5cb10623a9252949b7fe6 (patch)
treedde563700bf914140d897b79abf13edfc1151b8b /tests/unit
parentc50cc0ec1bcfefd2b28e5db0a677df6d06511984 (diff)
corrected small type which caused a php notice
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/Security/TSecurityManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Security/TSecurityManagerTest.php b/tests/unit/Security/TSecurityManagerTest.php
index b5b9bb83..731547c9 100644
--- a/tests/unit/Security/TSecurityManagerTest.php
+++ b/tests/unit/Security/TSecurityManagerTest.php
@@ -11,7 +11,7 @@ class TSecurityManagerTest extends PHPUnit_Framework_TestCase {
public function setUp() {
if (self::$app === null) {
- self::$app = new TApplication (dirname(__FILE).'/app');
+ self::$app = new TApplication (dirname(__FILE__).'/app');
}
}