Skip to content

Commit

Permalink
Pest PHP Integrated
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Dec 4, 2021
1 parent f40f1ed commit d1bc335
Show file tree
Hide file tree
Showing 6 changed files with 498 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
run: set -e && php artisan optimize --env=testing

- name: Run Tests
run: set -e && vendor/bin/phpunit --verbose
run: set -e && vendor/bin/pest
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
"barryvdh/laravel-debugbar": "^3.6",
"facade/ignition": "^2.5",
"fakerphp/faker": "^1.9.1",
"krayin/krayin-package-generator": "dev-master",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3.3",
"krayin/krayin-package-generator": "dev-master"
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpunit/phpunit": "^9.3.3"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit d1bc335

Please sign in to comment.