From dbfdd1c23948db08d2ea4bb247ed0d41478fbc8c 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']); } /**