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

prepare to run on circleci

This commit is contained in:
Mikael Roos
2017-03-03 22:04:59 +01:00
parent 58d83ba494
commit 0f0d954e61
21 changed files with 90 additions and 29 deletions

View File

@@ -1,4 +1,7 @@
<?php
namespace Mos\CImage;
/**
* A testclass
*
@@ -59,7 +62,7 @@ class CImageResizerTest extends \PHPUnit_Framework_TestCase
*/
public function testLogger()
{
$img = new CImageResizer('loggerDummy');
$img = new CImageResizer('Mos\CImage\loggerDummy');
$img->setBaseWidthHeight(100, 100);
}