We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3132221 commit 343fe15Copy full SHA for 343fe15
1 file changed
tests/Linguistics/Languages/ISO6391LanguagesTest.php
@@ -18,7 +18,7 @@ public function testGetAll() : void
18
$results[] = $item;
19
}
20
21
- $this->assertCount(3, $results);
+ $this->assertCount(4, $results);
22
$this->assertTrue(
23
(new Language('English', 'en'))->equals($results[0])
24
);
0 commit comments