mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 03:50:03 +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 = {
|
opts = {
|
||||||
adapters = {
|
adapters = {
|
||||||
"neotest-phpunit",
|
["neotest-phpunit"] = {},
|
||||||
"neotest-pest",
|
["neotest-pest"] = {},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue