mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed tests
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user