2
0
forked from Wavyzz/dolibarr

FIX exclude link.class.php from Check string $db-> inside a class filee

This commit is contained in:
Regis Houssin
2022-01-27 13:18:40 +01:00
parent b07fff5754
commit b537e888e9

View File

@@ -214,6 +214,7 @@ class CodingPhpTest extends PHPUnit\Framework\TestCase
'productbatch.class.php',
'reception.class.php',
'infobox.class.php',
'link.class.php',
))) {
// Must not find $db->
$ok=true;