Skip to content

Commit 84eff74

Browse files
committed
style: break long line
1 parent 060fd3e commit 84eff74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/system/Validation/ValidationTest.php

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

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

0 commit comments

Comments
 (0)