Skip to content

Commit 6048a1b

Browse files
committed
Removes duplicated test
1 parent 07df90b commit 6048a1b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/ReflectionClosurePhp81Test.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -258,19 +258,6 @@ enum ScopedBackedEnum: string {
258258
expect($f)->toBeCode($e);
259259
})->skip('Constants in anonymous classes is not supported.');
260260

261-
test('from function first-class callable namespaces', function () {
262-
$model = new Model();
263-
264-
$f = $model->make(...);
265-
266-
$e = 'function (\Tests\Fixtures\Model $model): \Tests\Fixtures\Model
267-
{
268-
return new \Tests\Fixtures\Model();
269-
}';
270-
271-
expect($f)->toBeCode($e);
272-
});
273-
274261
test('first-class callable namespaces', function () {
275262
$model = new Model();
276263

0 commit comments

Comments
 (0)