X-Git-Url: https://git.agnieray.net/?a=blobdiff_plain;f=tests%2FTestsBootstrap.php;fp=tests%2FTestsBootstrap.php;h=9763de76fc17c501d5ab88c108b3cc6e40097773;hb=280706510665e680011201e5305f7d3ad9db3411;hp=8fc67d729b982478f6ea5fdd13b1549cf4315861;hpb=a3aaea8e88f50171b859c599541603828d388ee4;p=galette.git diff --git a/tests/TestsBootstrap.php b/tests/TestsBootstrap.php index 8fc67d729..9763de76f 100755 --- a/tests/TestsBootstrap.php +++ b/tests/TestsBootstrap.php @@ -47,6 +47,7 @@ define('GALETTE_PLUGINS_PATH', GALETTE_TESTS_PATH . '/plugins/'); define('GALETTE_TPL_SUBDIR', 'templates/default/'); define('GALETTE_THEME', 'themes/default/'); define('GALETTE_DATA_PATH', GALETTE_TESTS_PATH . '/tests-data/'); +define('GALETTE_CACHE_DIR', GALETTE_DATA_PATH . 'cache/'); if (is_dir(GALETTE_DATA_PATH)) { $files = new RecursiveIteratorIterator( new RecursiveDirectoryIterator(