Felix Becker
|
61f25c0bdb
|
TextDocumentTestCase -> ServerTestCase
|
2016-10-18 20:37:54 +02:00 |
Felix Becker
|
691a0bddfe
|
Refactor tests for easier changes to fixtures (#87)
|
2016-10-18 10:48:16 +02:00 |
Felix Becker
|
c479969758
|
Add support for definition of static class access (#72)
Getting the definition of TestClass in
TestClass::staticTestMethod();
echo TestClass::$staticTestProperty;
echo TestClass::TEST_CLASS_CONST;
|
2016-10-12 12:40:13 +02:00 |
Felix Becker
|
6fe01183b0
|
References (#52)
* Adds support for textDocument/references
* Adds tests for global definitions and global fallback
|
2016-10-12 01:45:15 +02:00 |