1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00

[Feature] Add Customizable Sail Project Path (#6)

* Add sail_project_path to config

* Use sail_project_path in init.lua

* Update README.md

---------

Co-authored-by: Ziyad Sfaxi <ziyadsfaxi@Ziyads-MacBook-Pro-2.local>
This commit is contained in:
Ziyad 2024-04-08 06:33:10 +03:30 committed by GitHub
parent 25501800b5
commit 86737ada67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -65,6 +65,10 @@ adapters = {
-- -- Default: "vendor/bin/sail"
sail_executable = "vendor/bin/sail",
-- Custom sail project root path.
-- -- Default: "/var/www/html"
sail_project_path = "/var/www/html",
-- Custom pest binary.
-- -- Default: function that checks for sail presence
pest_cmd = "vendor/bin/pest",