From 81efa7d84efa8ba23a3e1f1500d6723dfaa820e7 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 7 Aug 2023 11:35:18 -0700 Subject: [PATCH] Revert "Troubleshooting pipeline: use phpunit in place of artisan test" This reverts commit a7d1657111378bac75f1f3a11fd687f741f74c60. --- .chipperci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chipperci.yml b/.chipperci.yml index d86f28328..16ef5a19a 100644 --- a/.chipperci.yml +++ b/.chipperci.yml @@ -37,11 +37,11 @@ pipeline: - name: PHPUnit Unit Tests cmd: | - # phpunit --testsuite Unit + # php artisan test --testsuite Unit - name: PHPUnit Feature Tests cmd: | - # phpunit --testsuite Feature + # php artisan test --testsuite Feature # - name: Browser Tests # cmd: |