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

@@ -57,7 +57,7 @@ class FactureTest extends CommonClassTest
*/
public static function setUpBeforeClass(): void
{
self::assertTrue(isModEnabled('facture'), " module customer invoice must be enabled");
self::assertTrue(isModEnabled('invoice'), " module customer invoice must be enabled");
self::assertFalse(isModEnabled('ecotaxdeee'), " module ecotaxdeee must not be enabled");
parent::setUpBeforeClass();
}