diff options
author | carl <> | 2007-07-27 08:46:05 +0000 |
---|---|---|
committer | carl <> | 2007-07-27 08:46:05 +0000 |
commit | bd08d47c6e8fe2f732c52d7c1f249224e4383fc8 (patch) | |
tree | 2e5972c53456951d2ee21d8a2f33f3d035850467 /tests/unit/Caching/TMemCacheTest.php | |
parent | f2cb31830f2f2264601b482df511affe87ff24d1 (diff) |
#682 - testing of TCacheHttpSession
Diffstat (limited to 'tests/unit/Caching/TMemCacheTest.php')
-rw-r--r-- | tests/unit/Caching/TMemCacheTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Caching/TMemCacheTest.php b/tests/unit/Caching/TMemCacheTest.php index bafae6cf..b1baa483 100644 --- a/tests/unit/Caching/TMemCacheTest.php +++ b/tests/unit/Caching/TMemCacheTest.php @@ -18,7 +18,7 @@ class TMemCacheTest extends PHPUnit_Framework_TestCase { $basePath = dirname(__FILE__).'/mockapp'; $runtimePath = $basePath.'/runtime'; if(!is_writable($runtimePath)) { - self::markTestSkipped("'$runtimePath' is writable"); + self::markTestSkipped("'$runtimePath' is not writable"); } $this->app = new TApplication($basePath); self::$cache = new TMemCache(); |