Merge pull request #24532 from frederic34/patch-2

Fix phpunit
This commit is contained in:
Laurent Destailleur 2023-04-18 17:12:24 +02:00 committed by GitHub
commit 4fe8321ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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