1
0
Fork 0
php-language-server/tests
Stephan Unverwerth 08cf1a3fd7 Allow getting type from define() node (#363)
* Allow getting type from define() node
- fixes #364

* Add test case for DefinitionResolver
2017-04-24 11:11:40 +02:00
..
NodeVisitor Show constructors and destructors with right symbol (#346) 2017-04-09 19:44:28 +02:00
Server Support constants with define() (#347) 2017-04-17 17:03:08 +02:00
Utils Completion (#165) 2016-11-30 22:23:51 +01:00
ClientHandlerTest.php Handle Client responses (#128) 2016-10-31 11:47:21 +01:00
DefinitionResolverTest.php Allow getting type from define() node (#363) 2017-04-24 11:11:40 +02:00
FormatterTest.php Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
LanguageServerTest.php Support constants with define() (#347) 2017-04-17 17:03:08 +02:00
MockPhpDocument.php Allow getting type from define() node (#363) 2017-04-24 11:11:40 +02:00
MockProtocolStream.php Enable LS to operate without accessing the file system (#136) 2016-11-14 10:25:44 +01:00
PhpDocumentLoaderTest.php Add Index classes and stubs (#214) 2016-12-13 01:51:02 +01:00
PhpDocumentTest.php Read vendor directory from project's composer.json, if set. (#281) 2017-02-07 23:20:12 +01:00
ProtocolStreamReaderTest.php Correct ProtocolStreamReaderTest 2016-11-06 15:59:32 +01:00
ProtocolStreamWriterTest.php Simplify ProtocolStreamWriterTest 2016-10-31 10:23:37 +01:00