mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-18 04:10:01 +02:00
doc: turn off sail detection
This commit is contained in:
parent
52f9aab7a2
commit
ef80439275
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ adapters = {
|
||||||
|
|
||||||
-- Sail not properly detected? Explicitly enable it.
|
-- Sail not properly detected? Explicitly enable it.
|
||||||
-- -- Default: function() that checks for sail presence
|
-- -- 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?
|
-- Custom sail executable. Not running in Sail, but running bare Docker?
|
||||||
-- Set `sail_enabled` = true and `sail_executable` to { "docker", "exec", "[somecontainer]" }
|
-- Set `sail_enabled` = true and `sail_executable` to { "docker", "exec", "[somecontainer]" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue