Browse Source

Fix : Bug included in develop branch and 13.0

lmarcouiller 4 years ago
parent
commit
671633fe86
1 changed files with 2 additions and 1 deletions
  1. 2 1
      test/phpunit/CodingPhpTest.php

+ 2 - 1
test/phpunit/CodingPhpTest.php

@@ -219,7 +219,8 @@ class CodingPhpTest extends PHPUnit\Framework\TestCase
 					'multicurrency.class.php',
 					'productbatch.class.php',
 					'reception.class.php',
-					'societe.class.php'
+					'societe.class.php' ,
+					'account.class.php'
 				))) {
 					// Must must not found $db->
 					$ok=true;