1
0
Fork 0
php-language-server/tests/Server/TextDocument
Gabriel Noé González 73ab1520a3 Visibility Test and Changing line ending from CRLF -> LF
Added CompletionWithVisibilityTest.php
- checks visibility of a property or method call (only public)
- checks visibility of a Class (can see all methods and properties)
- checks visibility of a child class (public and protected)
2018-11-10 23:57:14 +01:00
..
Definition refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
References refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
CompletionTest.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
CompletionWithVisibilityTest.php Visibility Test and Changing line ending from CRLF -> LF 2018-11-10 23:57:14 +01:00
DidChangeTest.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
DidCloseTest.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
DocumentSymbolTest.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
HoverTest.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
ParseErrorsTest.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00
SignatureHelpTest.php refactor: use protocol package (#661) 2018-09-09 14:37:35 +02:00