Skip to content

Commit 88688cc

Browse files
committed
Add tests for pure-callable
1 parent 2adb625 commit 88688cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/Types/CallableTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ public static function provideToStringData(): array
7272
'callable',
7373
new Callable_(),
7474
],
75+
'pure' => [
76+
'pure-callable',
77+
new Callable_('pure-callable'),
78+
],
7579
'closure' => [
7680
'\Closure',
7781
new Callable_('\Closure'),

0 commit comments

Comments
 (0)