diff --git a/config/neovim/after/plugin/vim-test.lua b/config/neovim/after/plugin/vim-test.lua
index a76c3bd..1c3463e 100644
--- a/config/neovim/after/plugin/vim-test.lua
+++ b/config/neovim/after/plugin/vim-test.lua
@@ -13,7 +13,7 @@ map("n", "<leader>ts", ":TestSuite<CR>", options)
 vim.cmd([[
   let test#echo_command = 0
   let test#neovim#start_normal = 1
-  let test#strategy = "floaterm"
+  let test#strategy = "neovim"
 
   let test#php#phpunit#executable = 'just test'
   let test#php#phpunit#options = '--colors=always --testdox'