Skip to content

Commit

Permalink
Try the Pest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Mar 14, 2024
1 parent cd79011 commit bf56f3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
composer update --dev --prefer-stable --prefer-dist --no-interaction --no-suggest
- name: Run tests
run: vendor/bin/phpunit --do-not-cache-result
run: vendor/bin/pest --do-not-cache-result
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"illuminate/console": "^10.0|^11.0",
"illuminate/events": "^10.0|^11.0",
"phpunit/phpunit": "^9.0|^10.0|^11.0",
"orchestra/testbench": "^8.0|^9.0"
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "3.x-dev"
},
"suggest": {
"illuminate/console": "Allows running the bouncer:clean artisan command",
Expand Down Expand Up @@ -77,5 +78,10 @@
"Bouncer": "Silber\\Bouncer\\BouncerFacade"
}
}
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
}

0 comments on commit bf56f3e

Please sign in to comment.