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

doc: turn off sail detection

This commit is contained in:
Li Zhineng 2024-02-24 16:09:48 +08:00
parent 52f9aab7a2
commit ef80439275
No known key found for this signature in database
GPG key ID: 5561E9684B5242E7

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]" }