1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

Update total count of countries in LocaleBase tests for testGetCountriesPhones

This commit is contained in:
bhc 2024-04-27 01:18:11 +03:00
parent 6adc75d7b4
commit 37097b0914
No known key found for this signature in database
GPG key ID: 92EB875B8604852E

View file

@ -120,7 +120,7 @@ trait LocaleBase
$this->assertEquals($response['headers']['status-code'], 200);
$this->assertIsArray($response['body']);
$this->assertEquals(195, $response['body']['total']);
$this->assertEquals(196, $response['body']['total']);
$this->assertIsArray($response['body']['phones']);
$this->assertEquals($response['body']['phones'][0]['code'], '+1');
$this->assertEquals($response['body']['phones'][0]['countryName'], 'Canada');