1
0
Fork 0
php-language-server/tests
Kaloyan Raev 1f808c59e1 Fixes #59: Handle correctly negative endLine in PHP Parser errors (#62)
* Fixes #59: Handle correctly negative endLine in PHP Parser errors

* Clearer $startLine calculation

* Add missing test file

* Better calculation of endLine

* Remove trailing spaces
2016-10-11 10:15:20 +02:00
..
NodeVisitor Extend symbol search tests 2016-10-09 16:37:17 +02:00
Server Fixes #59: Handle correctly negative endLine in PHP Parser errors (#62) 2016-10-11 10:15:20 +02:00
Utils Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
FormatterTest.php Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
LanguageServerTest.php Add textDocument/definition support 2016-10-09 15:58:39 +02:00
MockProtocolStream.php Update 2016-08-25 15:27:14 +02:00
PhpDocumentTest.php Rename NodeVisitors NS to NodeVisitor 2016-10-09 16:03:56 +02:00
ProjectTest.php Use DefinitionCollector for symbol requests 2016-10-09 15:58:39 +02:00
ProtocolReadStreamTest.php Update 2016-08-25 15:27:14 +02:00
ProtocolStreamWriterTest.php Global symbol search (#31) 2016-09-30 11:30:08 +02:00