mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix test
This commit is contained in:
parent
cc548a45fa
commit
3edf31c885
@ -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' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user