Skip to content

Commit 5c047bc

Browse files
committed
feat: add test
1 parent b8dcd07 commit 5c047bc

File tree

6 files changed

+3911
-645
lines changed

6 files changed

+3911
-645
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/vendor/
1+
/vendor/
2+
.phpunit.cache

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@
2525
"prefer-stable": true,
2626
"require": {
2727
"laravel/framework": "^11.0"
28+
},
29+
"require-dev": {
30+
"phpunit/phpunit": "^11.5",
31+
"orchestra/testbench": "^9.12"
32+
},
33+
"scripts": {
34+
"test": "phpunit tests"
2835
}
29-
}
36+
}

0 commit comments

Comments
 (0)