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 d16df45 commit 0373073Copy full SHA for 0373073
tests/system/Validation/ValidationTest.php
@@ -1546,7 +1546,7 @@ 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}]\' does not contain "{id}".');
+ $this->expectExceptionMessage('Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).');
1550
1551
$this->validation->setRule('foo', 'foo-label', 'required|filter[{id}]');
1552
0 commit comments