forked from Wavyzz/dolibarr
Fix missing tests on permissions
This commit is contained in:
@@ -658,6 +658,9 @@ class CodingPhpTest extends CommonClassTest
|
||||
&& !preg_match('/done later/i', $val[0])
|
||||
&& !preg_match('/not required/i', $val[0])) {
|
||||
$ok = false;
|
||||
|
||||
//var_dump($file['fullname'].' '.$filecontentaction);exit;
|
||||
|
||||
print "File ".$file['relativename']." - Line: ".$val[0]."\n";
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user