Frontend profile settings #20

Merged
bilal.catic merged 35 commits from frontend-profileSettings into master 2018-09-20 14:27:03 +02:00
Showing only changes of commit fa2b691996 - Show all commits

View File

@@ -102,7 +102,7 @@ class Wiass_REST_User_Api_Test extends Wiaas_Unit_Test_Case {
$country = $data[0];
$this->assertNotNull($country);
$this->assertTrue(is_array($country));
$this->assertArrayHasKey('idCountry', $country);
$this->assertArrayHasKey('countryName', $country);
$this->assertArrayHasKey('country_id', $country);
$this->assertArrayHasKey('country_name', $country);
}
}