Skip to content

Commit 13d03e5

Browse files
authored
Merge pull request #6 from laravel/usePHPUNIT
moving to PHPUnit tests
2 parents 01757ca + 612bf00 commit 13d03e5

15 files changed

+1581
-1457
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
run: npm run build
5454

5555
- name: Tests
56-
run: ./vendor/bin/pest --ci
56+
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)