X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FCachedPageTest.php;h=51565cd63f591c5e69ff41a1eb29d1e616b52cba;hb=0926d263902c184bd4f4c2036cb8ee90f81c5060;hp=e97af030af77f4619f41947987caeddbdf30b8b7;hpb=a3b1b4ae709bd3c5a8ec6fe29aa36fd01c52bca5;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/CachedPageTest.php b/tests/CachedPageTest.php index e97af030..51565cd6 100644 --- a/tests/CachedPageTest.php +++ b/tests/CachedPageTest.php @@ -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;