1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-30 21:20:11 +02:00

testin travis

This commit is contained in:
Mikael Roos
2015-10-18 16:22:42 +02:00
parent fa77908616
commit e7e73fc38c
4 changed files with 3 additions and 2 deletions

View File

@@ -7,3 +7,6 @@ require __DIR__ . "/../autoload.php";
define('IMAGE_PATH', __DIR__ . '/../webroot/img/');
define('CACHE_PATH', __DIR__ . '/../cache/');
echo CACHE_PATH . "/dummy";
var_dump(glob(CACHE_PATH) . "/*");