Fixed locale test

This commit is contained in:
Eldad Fux
2020-07-13 07:43:24 +03:00
parent 75254ac9f7
commit bb6baec24d
+3 -3
View File
@@ -217,9 +217,9 @@ trait LocaleBase
/**
* Test for SUCCESS
*/
$languages = require(__DIR__. '/../../../../app/config/locales.php');
$defaultCountries = require(__DIR__. '/../../../../app/config/locales/en.countries.php');
$defaultContinents = require(__DIR__. '/../../../../app/config/locales/en.continents.php');
$languages = require('app/config/locale/codes.php');
$defaultCountries = require('app/config/locale/translations/en.countries.php');
$defaultContinents = require('app/config/locale/translations/en.continents.php');
foreach ($languages as $lang) {
$response = $this->client->call(Client::METHOD_GET, '/locale/countries', [