1
0
Fork 0

Fix HoverTest after previous fixture change

pull/357/head
Rob Lourens 2017-05-24 11:25:01 -07:00
parent f51af8bc0d
commit 836cdb77c0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class HoverTest extends ServerTestCase
$reference->range->end
)->wait();
$this->assertEquals(new Hover([
new MarkedString('php', "<?php\npublic function testMethod(\$testParameter) : TestInterface"),
new MarkedString('php', "<?php\npublic function testMethod(\$testParameter): TestInterface"),
'Non culpa nostrud mollit esse sunt laboris in irure ullamco cupidatat amet.'
], $reference->range), $result);
}