]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/CachedPageTest.php
Merge remote-tracking branch 'origin/doc-tagcloud' into doc-overhaul
[github/shaarli/Shaarli.git] / tests / CachedPageTest.php
index e97af030af77f4619f41947987caeddbdf30b8b7..51565cd63f591c5e69ff41a1eb29d1e616b52cba 100644 (file)
@@ -11,7 +11,7 @@ require_once 'application/CachedPage.php';
 class CachedPageTest extends PHPUnit_Framework_TestCase
 {
     // test cache directory
-    protected static $testCacheDir = 'tests/pagecache';
+    protected static $testCacheDir = 'sandbox/pagecache';
     protected static $url = 'http://shaar.li/?do=atom';
     protected static $filename;