X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FCachedPageTest.php;h=51565cd63f591c5e69ff41a1eb29d1e616b52cba;hb=9cc6ea6560660f6616dcd28d71d19625cf372a71;hp=e97af030af77f4619f41947987caeddbdf30b8b7;hpb=01e48f269df59e02798dad4a698c125d76b0ed70;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;