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