Skip to content

Commit 793b7c1

Browse files
committed
Add unit tests for TypeScriptifyModel class
1 parent 69c423d commit 793b7c1

12 files changed

+2507
-644
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"laravel/framework": "^9.0"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^9.5"
32+
"phpunit/phpunit": "^9.5",
33+
"orchestra/testbench": "^7.10"
3334
},
3435
"extra": {
3536
"laravel": {

0 commit comments

Comments
 (0)