Skip to content

Commit 8ce7e81

Browse files
test: add some tests
1 parent 95d68dc commit 8ce7e81

File tree

5 files changed

+3704
-4
lines changed

5 files changed

+3704
-4
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"php": "^8.4"
1414
},
1515
"require-dev": {
16+
"pestphp/pest": "^2.0"
1617
},
1718
"extra": {
1819
"laravel": {
@@ -28,7 +29,16 @@
2829
},
2930
"autoload-dev": {
3031
"psr-4": {
32+
"Tests\\": "tests/"
3133
}
3234
},
33-
"minimum-stability": "stable"
34-
}
35+
"scripts": {
36+
"test": "vendor/bin/pest"
37+
},
38+
"minimum-stability": "stable",
39+
"config": {
40+
"allow-plugins": {
41+
"pestphp/pest-plugin": true
42+
}
43+
}
44+
}

0 commit comments

Comments
 (0)