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 5c84086 commit 3bf397cCopy full SHA for 3bf397c
tests/CoreBundle/Repository/LanguageRepositoryTest.php
@@ -45,7 +45,7 @@ public function testGetAllAvailable(): void
45
$this->assertNotNull($languages);
46
$this->assertCount(11, $languages);
47
48
- $languages = $repo->getAllAvailableToArray();
+ $languages = $repo->getAllAvailableToArray(true);
49
50
}
51
0 commit comments