2
0
forked from Wavyzz/dolibarr

Fix phpunit

This commit is contained in:
Laurent Destailleur
2024-07-16 09:51:50 +02:00
parent 827ae168d5
commit cabe506077

View File

@@ -94,6 +94,9 @@ class LangTest extends CommonClassTest
if (! preg_match('/^[a-z]+_[A-Z]+$/', $code)) {
continue;
}
if (in_array($code, array('mk_MK'))) { // We exclude some language not yet ready
continue;
}
$langCodes[$code] = [$code];
}
return $langCodes;