forked from Wavyzz/dolibarr
Fix phpunits
This commit is contained in:
@@ -178,6 +178,9 @@ class CodingPhpTest extends PHPUnit\Framework\TestCase
|
|||||||
if (preg_match('/\/htdocs\/includes\//', $file['fullname'])) {
|
if (preg_match('/\/htdocs\/includes\//', $file['fullname'])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (preg_match('/\/htdocs\/install\/doctemplates\/websites\//', $file['fullname'])) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (preg_match('/\/htdocs\/custom\//', $file['fullname'])) {
|
if (preg_match('/\/htdocs\/custom\//', $file['fullname'])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user