1
0
Fork 0
mirror of synced 2024-06-16 17:54:53 +12:00

update array length in e2e test

This commit is contained in:
Torsten Dittmann 2020-05-24 15:28:42 +02:00
parent b86ef1a025
commit ea2130774f

View file

@ -195,15 +195,15 @@ trait LocaleBase
$this->assertEquals($response['headers']['status-code'], 200);
$this->assertIsArray($response['body']);
$this->assertCount(184, $response['body']);
$this->assertCount(185, $response['body']);
$this->assertEquals($response['body'][0]['code'], 'aa');
$this->assertEquals($response['body'][0]['name'], 'Afar');
$this->assertEquals($response['body'][0]['nativeName'], 'Afar');
$this->assertEquals($response['body'][183]['code'], 'zu');
$this->assertEquals($response['body'][183]['name'], 'Zulu');
$this->assertEquals($response['body'][183]['nativeName'], 'isiZulu');
$this->assertEquals($response['body'][184]['code'], 'zu');
$this->assertEquals($response['body'][184]['name'], 'Zulu');
$this->assertEquals($response['body'][184]['nativeName'], 'isiZulu');
/**
* Test for FAILURE