require("neotest").setup({
|
|
adapters = {
|
|
require("neotest-phpunit"),
|
|
},
|
|
})
|
|
|
|
require("neotest-phpunit")({
|
|
root_files = { "phpunit.xml" },
|
|
phpunit_cmd = { "phpunit" },
|
|
filter_dirs = { "vendor" }
|
|
})
|