Skip to content

Commit 375fee9

Browse files
authored
Fix (#600)
1 parent 1ddda31 commit 375fee9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specs/string-literal/func-arg-func-func.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ function_exists('\\Humbug\\var_dump');
7676

7777
'FQFN string argument on exposed function' => [
7878
'expose-functions' => ['Acme\foo', 'dump'],
79+
'expected-recorded-functions' => [
80+
['Acme\foo', 'Humbug\Acme\foo'],
81+
['dump', 'Humbug\dump'],
82+
],
7983
'payload' => <<<'PHP'
8084
<?php
8185

0 commit comments

Comments
 (0)