Browse Source

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

Regis Houssin 3 years ago
parent
commit
b537e888e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/phpunit/CodingPhpTest.php

+ 1 - 0
test/phpunit/CodingPhpTest.php

@@ -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;