Skip to content

Commit 5735754

Browse files
committed
Adding new branch with PHP unit instead of pest
1 parent efbedcc commit 5735754

14 files changed

+1603
-1434
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 --ci

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)