Skip to content

Commit 5ac048e

Browse files
authored
Merge pull request #9 from laravel/usePHPUNIT
Adding new branch with PHP unit instead of pest
2 parents d6ef25b + f6ba4aa commit 5ac048e

14 files changed

+404
-1096
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
run: php artisan key:generate
5151

5252
- name: Tests
53-
run: ./vendor/bin/pest --ci
53+
run: ./vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"laravel/sail": "^1.26",
2424
"mockery/mockery": "^1.6",
2525
"nunomaduro/collision": "^8.1",
26-
"pestphp/pest": "^3.7",
27-
"pestphp/pest-plugin-laravel": "^3.0"
26+
"phpunit/phpunit": "^11.5"
2827
},
2928
"autoload": {
3029
"psr-4": {

0 commit comments

Comments
 (0)