Add neotest config for PHP test runners

This commit is contained in:
jradtilbrook 2025-04-16 08:53:51 +08:00 committed by Jarryd Tilbrook
parent 25abbf546d
commit c3afeebb71

View file

@ -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" },
},
},
},
},
}