Skip to content

Commit f60be2b

Browse files
authored
Merge pull request #6 from ruangdeveloper/feature/model-trait-and-test
Feature/model trait and test
2 parents a4efe03 + 5c047bc commit f60be2b

File tree

7 files changed

+3915
-711
lines changed

7 files changed

+3915
-711
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)