1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Update total count of countries and languages in LocaleBase tests

This commit is contained in:
bhc 2024-04-27 01:16:10 +03:00
parent a87b68cba8
commit 36a1bd1d90
No known key found for this signature in database
GPG key ID: 92EB875B8604852E

View file

@ -45,7 +45,7 @@ trait LocaleBase
$this->assertEquals($response['headers']['status-code'], 200);
$this->assertIsArray($response['body']);
$this->assertEquals(196, $response['body']['total']);
$this->assertEquals(197, $response['body']['total']);
$this->assertEquals($response['body']['countries'][0]['name'], 'Afghanistan');
$this->assertEquals($response['body']['countries'][0]['code'], 'AF');
@ -59,7 +59,7 @@ trait LocaleBase
$this->assertEquals($response['headers']['status-code'], 200);
$this->assertIsArray($response['body']);
$this->assertEquals(196, $response['body']['total']);
$this->assertEquals(197, $response['body']['total']);
$this->assertEquals($response['body']['countries'][0]['name'], 'Afganistán');
$this->assertEquals($response['body']['countries'][0]['code'], 'AF');