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

Merge pull request #4 from lizhineng/doc-sail-enabled

Doc: disable Sail
This commit is contained in:
Alex Dills 2024-03-04 09:28:24 -05:00 committed by GitHub
commit 50646909ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ adapters = {
-- Sail not properly detected? Explicitly enable it.
-- -- Default: function() that checks for sail presence
sail_enabled = false,
sail_enabled = function() return false end,
-- Custom sail executable. Not running in Sail, but running bare Docker?
-- Set `sail_enabled` = true and `sail_executable` to { "docker", "exec", "[somecontainer]" }