fix test suite

This commit is contained in:
Manuel Raynaud
2013-09-06 10:08:30 +02:00
parent 8538343a37
commit 2ef5e8bd0c

View File

@@ -47,6 +47,7 @@ class CacheClearTest extends \PHPUnit_Framework_TestCase
$fs = new Filesystem();
$fs->mkdir($this->cache_dir);
$fs->mkdir(THELIA_WEB_DIR . "/assets");
}
public function testCacheClear()