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 0373073 commit 160cf4cCopy full SHA for 160cf4c
tests/system/Validation/ValidationTest.php
@@ -1546,7 +1546,9 @@ public function testPlaceholderReplacementTestFails(): void
1546
{
1547
// to test if placeholderReplacementResultDetermination() works we provoke and expect an exception
1548
$this->expectException(ExpectationFailedException::class);
1549
- $this->expectExceptionMessage('Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).');
+ $this->expectExceptionMessage(
1550
+ 'Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).'
1551
+ );
1552
1553
$this->validation->setRule('foo', 'foo-label', 'required|filter[{id}]');
1554
0 commit comments