Skip to content

Commit 18d6a84

Browse files
committed
style: break long line
1 parent 9568dc9 commit 18d6a84

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/system/Validation/ValidationTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,9 @@ public function testPlaceholderReplacementTestFails(): void
15931593
{
15941594
// to test if placeholderReplacementResultDetermination() works we provoke and expect an exception
15951595
$this->expectException(ExpectationFailedException::class);
1596-
$this->expectExceptionMessage('Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).');
1596+
$this->expectExceptionMessage(
1597+
'Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).'
1598+
);
15971599

15981600
$this->validation->setRule('foo', 'foo-label', 'required|filter[{id}]');
15991601

0 commit comments

Comments
 (0)