apply snake case change
This commit is contained in:
@@ -102,7 +102,7 @@ class Wiass_REST_User_Api_Test extends Wiaas_Unit_Test_Case {
|
|||||||
$country = $data[0];
|
$country = $data[0];
|
||||||
$this->assertNotNull($country);
|
$this->assertNotNull($country);
|
||||||
$this->assertTrue(is_array($country));
|
$this->assertTrue(is_array($country));
|
||||||
$this->assertArrayHasKey('idCountry', $country);
|
$this->assertArrayHasKey('country_id', $country);
|
||||||
$this->assertArrayHasKey('countryName', $country);
|
$this->assertArrayHasKey('country_name', $country);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user