Skip to content

Commit

Permalink
docs(README): add neotest-phpunit adapter (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris authored Jul 10, 2022
1 parent aff1eac commit efcee31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ To get started you will also need to install an adapter for your test runner.
| rspec | [neotest-rspec](https://github.com/olimorris/neotest-rspec) |
| dart, flutter | [neotest-dart](https://github.com/sidlatau/neotest-dart) |
| testthat | [neotest-testthat](https://github.com/shunsambongi/neotest-testthat) |
| phpunit | [neotest-phpunit](https://github.com/olimorris/neotest-phpunit) |

For any runner without an adapter you can use [neotest-vim-test](https://github.com/nvim-neotest/neotest-vim-test) which supports any runner that vim-test supports.
The vim-test adapter does not support some of the more advanced features such as error locations or per-test output.
Expand Down

0 comments on commit efcee31

Please sign in to comment.