summaryrefslogtreecommitdiff
path: root/tests/unit/Caching/TMemCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Caching/TMemCacheTest.php')
-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();