diff --git a/.travis.yml b/.travis.yml index 7d5b188..84b5354 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,6 @@ php: - hhvm - nightly -before_script: - #- chmod 777 cache/dummy - script: - phpunit diff --git a/test/config.php b/test/config.php index 69dcc62..4933b03 100644 --- a/test/config.php +++ b/test/config.php @@ -7,6 +7,3 @@ require __DIR__ . "/../autoload.php"; define('IMAGE_PATH', __DIR__ . '/../webroot/img/'); define('CACHE_PATH', __DIR__ . '/../cache/'); - -echo CACHE_PATH . "/dummy"; -var_dump(glob(CACHE_PATH) . "/*");