mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-03-16 15:26:55 +01:00
CI
This commit is contained in:
@@ -891,7 +891,8 @@ class CodingPhpTest extends CommonClassTest
|
||||
} else {
|
||||
$this->assertTrue(
|
||||
array_key_exists($module_name, self::VALID_MODULE_MAPPING)
|
||||
|| array_key_exists($module_name, self::DEPRECATED_MODULE_MAPPING),
|
||||
|| array_key_exists($module_name, self::DEPRECATED_MODULE_MAPPING)
|
||||
|| array_key_exists($module_name, self::OTHER_MODULE_MAPPING),
|
||||
"Unknown module: $message"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user