1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-07 00:26:33 +02:00

testin travis

This commit is contained in:
Mikael Roos
2015-10-18 16:11:59 +02:00
parent 3d773b502d
commit 0f05cd06e5

View File

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