mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-18 04:10:01 +02:00
Update readme to include new config options
This commit is contained in:
parent
20ebc86066
commit
3e65ff5a13
3 changed files with 74 additions and 28 deletions
|
|
@ -12,10 +12,9 @@ local M = {
|
|||
env = {
|
||||
root_ignore_files = {},
|
||||
root_files = { "tests/Pest.php" },
|
||||
filter_dirs = { "vendor" },
|
||||
test_file_suffix = { "Test.php" },
|
||||
ignore_dirs = { "vendor", "node_modules" },
|
||||
test_file_suffixes = { "Test.php" },
|
||||
sail_executable = "vendor/bin/sail",
|
||||
pest_cmd = "vendor/bin/pest",
|
||||
parallel = 0,
|
||||
compact = false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue