Skip to content

Commit c21083d

Browse files
committed
style: break long line
1 parent ab470c0 commit c21083d

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
@@ -1566,7 +1566,9 @@ public function testPlaceholderReplacementTestFails(): void
15661566
{
15671567
// to test if placeholderReplacementResultDetermination() works we provoke and expect an exception
15681568
$this->expectException(ExpectationFailedException::class);
1569-
$this->expectExceptionMessage('Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).');
1569+
$this->expectExceptionMessage(
1570+
'Failed asserting that \'filter[{id}]\' [ASCII](length: 12) does not contain "{id}" [ASCII](length: 4).'
1571+
);
15701572

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

0 commit comments

Comments
 (0)