1
0
Fork 0

Fix test.

pull/437/head
ADmad 2017-07-16 02:16:52 +05:30
parent fbf63704ae
commit 9eb53abac4
1 changed files with 3 additions and 3 deletions

View File

@ -476,11 +476,11 @@ class CompletionTest extends TestCase
new CompletionItem( new CompletionItem(
'SomeNamespace', 'SomeNamespace',
CompletionItemKind::MODULE, CompletionItemKind::MODULE,
'SomeNamespace',
null, null,
null, null,
null, null,
null, 'SomeNamespace\\'
'SomeNamespace'
) )
], true), $items); ], true), $items);
} }
@ -605,7 +605,7 @@ class CompletionTest extends TestCase
) )
], true), $items); ], true), $items);
} }
public function testThisWithPrefix() public function testThisWithPrefix()
{ {
$completionUri = pathToUri(__DIR__ . '/../../../fixtures/completion/this_with_prefix.php'); $completionUri = pathToUri(__DIR__ . '/../../../fixtures/completion/this_with_prefix.php');