fix unitTests

This commit is contained in:
Nicolas Le Goff
2012-02-08 10:59:49 +01:00
parent 3d357a04b0
commit c0953a9b7d

View File

@@ -19,6 +19,8 @@ class unitTestsTest extends PhraseanetPHPUnitAbstract
continue;
if (substr($file->getFilename(), -4) !== '.php')
continue;
if (substr($file->getFilename(), -9) === 'class.php')
continue;
if($file->getFilename() === "BoilerPlate.php")
continue;