From 162d442316c8a9e6c161b589f04332691e57c7f7 Mon Sep 17 00:00:00 2001 From: carl <> Date: Fri, 27 Jul 2007 08:55:10 +0000 Subject: fixed typo in TCacheHttpSessionTest --- tests/unit/Web/TCacheHttpSessionTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/Web/TCacheHttpSessionTest.php b/tests/unit/Web/TCacheHttpSessionTest.php index 7d5523d6..77f336fa 100644 --- a/tests/unit/Web/TCacheHttpSessionTest.php +++ b/tests/unit/Web/TCacheHttpSessionTest.php @@ -90,14 +90,14 @@ class TCacheHttpSessionTest extends PHPUnit_Framework_TestCase public function testCacheModuleID() { $id = 'value'; - self::$session->setCacheModuleID('value'); + self::$session->setCacheModuleID($id); self::assertEquals($id, self::$session->getCacheModuleID()); } public function testKeyPrefix() { $id = 'value'; - self::$session->setKeyPrefix('value'); + self::$session->setKeyPrefix($id); self::assertEquals($id, self::$session->getKeyPrefix()); } -- cgit v1.2.3