Skip to content

Commit 2a8d9bb

Browse files
committed
tests : add pest as testing companion
1 parent d7c52c0 commit 2a8d9bb

File tree

10 files changed

+2984
-30
lines changed

10 files changed

+2984
-30
lines changed

composer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"scrawler/exception": "^2.1"
2525
},
2626
"require-dev": {
27-
"phpstan/phpstan": "^1.12"
27+
"phpstan/phpstan": "^1.12",
28+
"pestphp/pest": "^3.4"
29+
},
30+
"config": {
31+
"allow-plugins": {
32+
"pestphp/pest-plugin": true
33+
}
2834
}
2935
}

0 commit comments

Comments
 (0)