add phpcs rule extension (#36561)

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* add phpcs rule extension

* test

* test

* test

* test

* test

* test

* fix

* fix

* fix

* fix

* fix

* fix

* fix translations

* fix translations

* translate

* translate

* translate

* translate

* translate

* translate

* translate

* Update propal.class.php
This commit is contained in:
Frédéric FRANCE
2026-01-15 16:05:06 +01:00
committed by GitHub
parent 2c5be593c4
commit d770d37e29
92 changed files with 639 additions and 443 deletions

View File

@@ -59,7 +59,7 @@ class CommandeTest extends CommonClassTest
global $conf,$user,$langs,$db;
$db->begin(); // This is to have all actions inside a transaction even if test launched without suite.
if (!isModEnabled('commande')) {
if (!isModEnabled('order')) {
print __METHOD__." module customer order must be enabled.\n";
die(1);
}