mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Test
This commit is contained in:
parent
bd33348206
commit
a84be6465d
@ -641,6 +641,9 @@ final class ClassLikeNodeScanner
|
||||
if (!isset($storage->overridden_method_ids[$lc_method_name])) {
|
||||
$storage->overridden_method_ids[$lc_method_name] = [];
|
||||
}
|
||||
if (!isset($storage->declaring_method_ids[$lc_method_name])) {
|
||||
$storage->declaring_method_ids[$lc_method_name] = $method_identifier;
|
||||
}
|
||||
$storage->declaring_pseudo_method_ids[$lc_method_name] = $method_identifier;
|
||||
}
|
||||
|
||||
|
@ -126,6 +126,7 @@ final class MethodGetCompletionItemsForClassishThingTest extends TestCase
|
||||
'magicObjProp2',
|
||||
|
||||
'magicObjMethod',
|
||||
'magicStaticMethod',
|
||||
|
||||
'publicObjProp',
|
||||
'protectedObjProp',
|
||||
@ -201,6 +202,8 @@ final class MethodGetCompletionItemsForClassishThingTest extends TestCase
|
||||
|
||||
'magicObjMethod',
|
||||
|
||||
'magicStaticMethod',
|
||||
|
||||
'publicObjProp',
|
||||
'protectedObjProp',
|
||||
'privateObjProp',
|
||||
@ -281,6 +284,7 @@ final class MethodGetCompletionItemsForClassishThingTest extends TestCase
|
||||
'magicObjProp2',
|
||||
|
||||
'magicObjMethod',
|
||||
'magicStaticMethod',
|
||||
|
||||
'publicObjProp',
|
||||
'protectedObjProp',
|
||||
@ -361,6 +365,7 @@ final class MethodGetCompletionItemsForClassishThingTest extends TestCase
|
||||
'magicObjProp2',
|
||||
|
||||
'magicObjMethod',
|
||||
'magicStaticMethod',
|
||||
|
||||
'publicObjProp',
|
||||
'protectedObjProp',
|
||||
@ -543,6 +548,7 @@ final class MethodGetCompletionItemsForClassishThingTest extends TestCase
|
||||
'magicObjProp1',
|
||||
'magicObjProp2',
|
||||
'magicObjMethod',
|
||||
'magicStaticMethod',
|
||||
|
||||
'publicObjProp',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user