1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Fixewd tests

This commit is contained in:
Eldad Fux 2020-05-09 10:31:00 +03:00
parent 407aa14ba4
commit d384f37f42

View file

@ -188,9 +188,9 @@ trait LocaleBase
/**
* Test for SUCCESS
*/
$languages = require('app/config/locales.php');
$defaultCountries = require('app/config/locales/en.countries.php');
$defaultContinents = require('app/config/locales/en.continents.php');
$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');
foreach ($languages as $lang) {
$response = $this->client->call(Client::METHOD_GET, '/locale/countries', [