diff --git a/.chipperci.yml b/.chipperci.yml index 16ef5a19a1..d86f283283 100644 --- a/.chipperci.yml +++ b/.chipperci.yml @@ -37,11 +37,11 @@ pipeline: - name: PHPUnit Unit Tests cmd: | - # php artisan test --testsuite Unit + # phpunit --testsuite Unit - name: PHPUnit Feature Tests cmd: | - # php artisan test --testsuite Feature + # phpunit --testsuite Feature # - name: Browser Tests # cmd: |