From 72c5674688e84dd2efc5cb10623a9252949b7fe6 Mon Sep 17 00:00:00 2001 From: tof <> Date: Mon, 18 Jun 2007 12:54:57 +0000 Subject: corrected small type which caused a php notice --- tests/unit/Security/TSecurityManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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'); } } -- cgit v1.2.3