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 ed28602 commit af844ddCopy full SHA for af844dd
tests/Validation/ValidationFileRuleTest.php
@@ -390,7 +390,7 @@ public function testEncoding()
390
public function testEncodingWithInvalidParameter()
391
{
392
$this->expectException(\InvalidArgumentException::class);
393
- $this->expectExceptionMessage('Validation rule encoding parameter "FOOBAR" is not a valid encoding.');
+ $this->expectExceptionMessage('Validation rule encoding parameter [FOOBAR] is not a valid encoding.');
394
395
// Invalid encoding.
396
$this->fails(
0 commit comments