1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Updated Locale tests

This commit is contained in:
Eldad Fux 2020-06-30 22:04:56 +03:00
parent 6a87460ddb
commit a826dd4c1a
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,6 @@ return [
'no', // Norwegian
'ph', // Filipino
'pl', // Polish
'pn', // Punjabi
'pt-br', // Portuguese - Brazil
'pt-pt', // Portuguese - Portugal
'ro', // Romanian

View file

@ -227,7 +227,7 @@ trait LocaleBase
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-locale' => $lang,
]);
foreach ($response['body'] as $i => $code) {
$this->assertArrayHasKey($i, $defaultCountries, $i . ' country should be removed from ' . $lang);
}