Skip to content

Commit a959588

Browse files
committed
Adds missing serialise
1 parent de95592 commit a959588

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/SerializerPhp81Test.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ enum SerializerScopedBackedEnum: string {
348348
test('function attributes with first-class callable with methods', function () {
349349
$f = (new SerializerPhp81Controller())->publicGetter(...);
350350

351+
$f = s($f);
352+
351353
$reflector = new ReflectionFunction($f);
352354

353355
expect($reflector->getAttributes())->sequence(

0 commit comments

Comments
 (0)