Fixed tests

This commit is contained in:
Eldad Fux
2025-02-26 10:19:51 +01:00
parent ce5a04a37d
commit ad56782b49
+2 -2
View File
@@ -228,8 +228,8 @@ trait LocaleBase
* Test for SUCCESS
*/
$languages = require(__DIR__ . '/../../../../app/config/locale/codes.php');
$defaultCountries = require(__DIR__ . '/../../../../app/config/locale/countries.php');
$defaultContinents = require(__DIR__ . '/../../../../app/config/locale/continents.php');
$defaultCountries = array_keys(require(__DIR__ . '/../../../../app/config/locale/countries.php'));
$defaultContinents = array_keys(require(__DIR__ . '/../../../../app/config/locale/continents.php'));
foreach ($languages as $lang) {
$response = $this->client->call(Client::METHOD_GET, '/locale/countries', [