PHPUnit Language Server
npm install vscode-phpunitphpunit-language-server is a server implementation that provides PHPUnit smartness.
The server adheres to the language server protocol
and can be used with any editor that supports the protocol. The server utilizes PHPUnit.
These clients are available:
* VS Code
In the current implementation we support following language features.
- [x] Code lens
- [x] Document Symbol
- [x] Publish Diagnostics
- [x] Code completion
- testcase
- test
- setup
- teardown
- more...
- As you type reporting of parsing and compilation errors
``bash`
npm i -g phpunit-language-server
`bash``
phpunit-language-server
* File a bug in GitHub Issues.
MIT, See LICENSE file.