1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
Matthew Brown 2020-03-28 15:00:27 -04:00
parent cc548a45fa
commit 3edf31c885

View File

@ -231,6 +231,9 @@ class FileReferenceTest extends TestCase
'foo\d::$foo' => [ 'foo\d::$foo' => [
'/var/www/somefile.php' => true, '/var/www/somefile.php' => true,
], ],
'foo\a::bat' => [
'/var/www/somefile.php' => true,
]
], ],
[ [
'foo\a::__construct' => [ 'foo\a::__construct' => [