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'
 ]]