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 ab470c0 commit c21083dCopy full SHA for c21083d
tests/system/Validation/ValidationTest.php
@@ -1566,7 +1566,9 @@ public function testPlaceholderReplacementTestFails(): void
1566
{
1567
// to test if placeholderReplacementResultDetermination() works we provoke and expect an exception
1568
$this->expectException(ExpectationFailedException::class);
1569
- $this->expectExceptionMessage('Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).');
+ $this->expectExceptionMessage(
1570
+ 'Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).'
1571
+ );
1572
1573
$this->validation->setRule('foo', 'foo-label', 'required|filter[{id}]');
1574
0 commit comments