summaryrefslogtreecommitdiff
path: root/tests/unit/Caching
diff options
context:
space:
mode:
authorcarl <>2007-07-27 08:46:05 +0000
committercarl <>2007-07-27 08:46:05 +0000
commitbd08d47c6e8fe2f732c52d7c1f249224e4383fc8 (patch)
tree2e5972c53456951d2ee21d8a2f33f3d035850467 /tests/unit/Caching
parentf2cb31830f2f2264601b482df511affe87ff24d1 (diff)
#682 - testing of TCacheHttpSession
Diffstat (limited to 'tests/unit/Caching')
-rw-r--r--tests/unit/Caching/TMemCacheTest.php2
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();