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: |