Browse Source

Merge pull request #24532 from frederic34/patch-2

Fix phpunit
Laurent Destailleur 2 years ago
parent
commit
4fe8321ea3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/phpunit/ProductTest.php

+ 1 - 1
test/phpunit/ProductTest.php

@@ -82,7 +82,7 @@ class ProductTest extends PHPUnit\Framework\TestCase
 	{
 		global $conf,$user,$langs,$db;
 
-		if (!isModEnabled('produit')) {
+		if (!isModEnabled('product')) {
 			print __METHOD__." Module Product must be enabled.\n"; die(1);
 		}