diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/Security/TSecurityManagerTest.php | 2 |
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'); } } |