From 20afce7321dfa75514812978bafa3dea7a372a47 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Sat, 7 Oct 2023 22:32:23 +0100
Subject: [PATCH] chore(nvim): use run

---
 config/neovim/after/plugin/vim-test.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/neovim/after/plugin/vim-test.lua b/config/neovim/after/plugin/vim-test.lua
index 0ed93481..fd38419b 100644
--- a/config/neovim/after/plugin/vim-test.lua
+++ b/config/neovim/after/plugin/vim-test.lua
@@ -15,6 +15,6 @@ vim.cmd [[
   let test#neovim#start_normal = 1
   let test#strategy = "neoterm"
 
-  let test#php#phpunit#executable = 'just test'
+  let test#php#phpunit#executable = 'run test'
   let test#php#phpunit#options = '--colors=always --testdox'
 ]]