mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: php: fix config for neotest
This commit is contained in:
parent
8d4b37c9c2
commit
bac6a3a280
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ return {
|
|||
},
|
||||
opts = {
|
||||
adapters = {
|
||||
"neotest-phpunit",
|
||||
"neotest-pest",
|
||||
["neotest-phpunit"] = {},
|
||||
["neotest-pest"] = {},
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue