Skip to content

Commit d939a02

Browse files
committed
more fixture
1 parent e459539 commit d939a02

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/Set/Fixture/named_argument_trailing_comma.php.inc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ final class NamedArgumentTrailingComma
1313
foo: 'foo',
1414
bar: 'bar',
1515
);
16+
17+
$this->run(
18+
bar: 'bar',
19+
foo: 'foo',
20+
);
1621
}
1722
}
1823

@@ -33,6 +38,11 @@ final class NamedArgumentTrailingComma
3338
'foo',
3439
'bar'
3540
);
41+
42+
$this->run(
43+
'foo',
44+
'bar'
45+
);
3646
}
3747
}
3848

0 commit comments

Comments
 (0)