mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-14 22:52:43 +02:00
Add neotest config for PHP test runners
This commit is contained in:
parent
25abbf546d
commit
c3afeebb71
1 changed files with 17 additions and 0 deletions
|
@ -84,4 +84,21 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"nvim-neotest/neotest",
|
||||||
|
optional = true,
|
||||||
|
dependencies = {
|
||||||
|
"V13Axel/neotest-pest",
|
||||||
|
"olimorris/neotest-phpunit",
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
adapters = {
|
||||||
|
"neotest-pest",
|
||||||
|
["neotest-phpunit"] = {
|
||||||
|
root_ignore_files = { "tests/Pest.php" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue