Skip to content

Commit

Permalink
Convert to Pest (#35)
Browse files Browse the repository at this point in the history
Convert tests to Pest
  • Loading branch information
alexmanase authored Mar 29, 2024
1 parent 58374de commit 12ce3b1
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 275 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
composer install --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/pest
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"brianium/paratest": "^6.2|^7.4",
"livewire/livewire": "^3.0",
"orchestra/testbench": "^8.0|^7.4|^9.0",
"pestphp/pest": "^2.34",
"phpunit/phpunit": "^9.3|^10.5",
"spatie/laravel-ray": "^1.9"
},
Expand All @@ -43,7 +44,10 @@
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 12ce3b1

Please sign in to comment.