mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
fix unitTests
This commit is contained in:
@@ -19,6 +19,8 @@ class unitTestsTest extends PhraseanetPHPUnitAbstract
|
|||||||
continue;
|
continue;
|
||||||
if (substr($file->getFilename(), -4) !== '.php')
|
if (substr($file->getFilename(), -4) !== '.php')
|
||||||
continue;
|
continue;
|
||||||
|
if (substr($file->getFilename(), -9) === 'class.php')
|
||||||
|
continue;
|
||||||
if($file->getFilename() === "BoilerPlate.php")
|
if($file->getFilename() === "BoilerPlate.php")
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user