diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-11-26 23:29:20 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2015-11-26 23:29:20 +0100 |
commit | 1b740e3de39172975d0e755d9a089d2e9a44279d (patch) | |
tree | e46d75e5afba96bc0d4edf4cc8af9b54869415b3 /tests/CachedPageTest.php | |
parent | 61873e3ded8dfba397b39aebd2322d0939c82caa (diff) | |
parent | 4bf35ba56bb9f06de0cb9ab920b799a39f8eaffc (diff) | |
download | Shaarli-1b740e3de39172975d0e755d9a089d2e9a44279d.tar.gz Shaarli-1b740e3de39172975d0e755d9a089d2e9a44279d.tar.zst Shaarli-1b740e3de39172975d0e755d9a089d2e9a44279d.zip |
Merge pull request #390 from virtualtam/app-utils/check-update
application: refactor version checks, move to ApplicationUtils
Diffstat (limited to 'tests/CachedPageTest.php')
-rw-r--r-- | tests/CachedPageTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; | |||
11 | class CachedPageTest extends PHPUnit_Framework_TestCase | 11 | class CachedPageTest extends PHPUnit_Framework_TestCase |
12 | { | 12 | { |
13 | // test cache directory | 13 | // test cache directory |
14 | protected static $testCacheDir = 'tests/pagecache'; | 14 | protected static $testCacheDir = 'sandbox/pagecache'; |
15 | protected static $url = 'http://shaar.li/?do=atom'; | 15 | protected static $url = 'http://shaar.li/?do=atom'; |
16 | protected static $filename; | 16 | protected static $filename; |
17 | 17 | ||