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 dee0c6e commit 0645058Copy full SHA for 0645058
Test/TranslatorTest.php
@@ -183,9 +183,10 @@ public function testReturnMessageIfExactlyOneStandardRuleIsGiven()
183
*/
184
public function testThrowExceptionIfMatchingMessageCannotBeFound($id, $number)
185
{
186
- $this->expectException(\InvalidArgumentException::class);
187
$translator = $this->getTranslator();
188
+ $this->expectException(\InvalidArgumentException::class);
189
+
190
$translator->trans($id, ['%count%' => $number]);
191
}
192
0 commit comments