diff options
Diffstat (limited to 'tests/security/SessionManagerTest.php')
-rw-r--r-- | tests/security/SessionManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/security/SessionManagerTest.php b/tests/security/SessionManagerTest.php index ae10ffa6..9bd868f8 100644 --- a/tests/security/SessionManagerTest.php +++ b/tests/security/SessionManagerTest.php | |||
@@ -17,7 +17,7 @@ class SessionManagerTest extends TestCase | |||
17 | /** @var array Session ID hashes */ | 17 | /** @var array Session ID hashes */ |
18 | protected static $sidHashes = null; | 18 | protected static $sidHashes = null; |
19 | 19 | ||
20 | /** @var FakeConfigManager ConfigManager substitute for testing */ | 20 | /** @var \FakeConfigManager ConfigManager substitute for testing */ |
21 | protected $conf = null; | 21 | protected $conf = null; |
22 | 22 | ||
23 | /** @var array $_SESSION array for testing */ | 23 | /** @var array $_SESSION array for testing */ |