From 0ed7a0de2ea36d82cb3d15a5111ae0ec29e806a4 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 29 Jul 2020 11:00:06 -0400 Subject: [PATCH] Run local phpunit from robo --- RoboFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RoboFile.php b/RoboFile.php index bb2958ef..59003dfb 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -227,7 +227,7 @@ class RoboFile extends Tasks { { $this->lint(); - $this->_run(['phpunit']); + $this->_run(['vendor/bin/phpunit']); } /**