We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3434262 commit 9568dc9Copy full SHA for 9568dc9
1 file changed
tests/system/Validation/ValidationTest.php
@@ -1593,7 +1593,7 @@ public function testPlaceholderReplacementTestFails(): void
1593
{
1594
// to test if placeholderReplacementResultDetermination() works we provoke and expect an exception
1595
$this->expectException(ExpectationFailedException::class);
1596
- $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).');
1597
1598
$this->validation->setRule('foo', 'foo-label', 'required|filter[{id}]');
1599
0 commit comments