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

Make the example work

This commit is contained in:
V13Axel 2024-02-19 09:47:24 -05:00
parent 3e65ff5a13
commit 601a8c56b9

View file

@ -39,7 +39,7 @@ Here's an example using lazy.nvim:
> [!TIP]
> Any of these options can be set to a lua function that returns the desired result. For example, wanna run tests in parallel, one for each CPU core?
> `parallel = function() #vim.loop.cpu_info() end`
> `parallel = function() return #vim.loop.cpu_info() end,`
```lua
adapters = {