1
0
Fork 0

Updated tests

pull/250/head
Ivan Bozhanov 2017-01-20 17:04:14 +02:00
parent 8995611f6c
commit 8fbbf3d064
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ class SignatureHelpTest extends TestCase
$help = new SignatureHelp; $help = new SignatureHelp;
$help->signatures = []; $help->signatures = [];
$help->activeSignature = 0;
$help->activeParameter = 1;
$info = new SignatureInformation; $info = new SignatureInformation;
$help->signatures[] = $info; $help->signatures[] = $info;
$info->label = 'method(string $param = "")'; $info->label = 'method(string $param = "")';