test folder removal

This commit is contained in:
Manuel Raynaud
2013-10-01 13:52:51 +02:00
parent 19e5758150
commit 98c3177de2
3 changed files with 42 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
* @author Guillaume MOREL <gmorel@openstudio.fr>
*/
namespace Thelia\Tests\Type;
namespace Thelia\Tests\Tools;
use Thelia\Core\Event\Document\DocumentCreateOrUpdateEvent;
use Thelia\Core\Event\Image\ImageCreateOrUpdateEvent;
@@ -19,7 +19,7 @@ use Thelia\Tools\FileManager;
/**
* Class FileManagerTest
*
* @package Thelia\Tests\Type
* @package Thelia\Tests\Tools
*/
class FileManagerTest extends \PHPUnit_Framework_TestCase
{