We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddda31 commit 375fee9Copy full SHA for 375fee9
specs/string-literal/func-arg-func-func.php
@@ -76,6 +76,10 @@ function_exists('\\Humbug\\var_dump');
76
77
'FQFN string argument on exposed function' => [
78
'expose-functions' => ['Acme\foo', 'dump'],
79
+ 'expected-recorded-functions' => [
80
+ ['Acme\foo', 'Humbug\Acme\foo'],
81
+ ['dump', 'Humbug\dump'],
82
+ ],
83
'payload' => <<<'PHP'
84
<?php
85
0 commit comments