1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-31 21:40:12 +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

0
cache/README.md vendored Normal file
View File

0
cache/dummy/README.md vendored Normal file
View File

View File

@@ -14,8 +14,6 @@ class CImageDummyTest extends \PHPUnit_Framework_TestCase
{ {
$img = new CImage(); $img = new CImage();
echo CACHE_PATH . "/dummy";
$img->setSaveFolder(CACHE_PATH . "/dummy"); $img->setSaveFolder(CACHE_PATH . "/dummy");
$img->setSource('dummy', CACHE_PATH . "/dummy"); $img->setSource('dummy', CACHE_PATH . "/dummy");
$img->createDummyImage(); $img->createDummyImage();

View File

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