Skip to content

Commit

Permalink
tests : add pest as testing companion
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Oct 17, 2024
1 parent d7c52c0 commit 2a8d9bb
Show file tree
Hide file tree
Showing 10 changed files with 2,984 additions and 30 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"scrawler/exception": "^2.1"
},
"require-dev": {
"phpstan/phpstan": "^1.12"
"phpstan/phpstan": "^1.12",
"pestphp/pest": "^3.4"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit 2a8d9bb

Please sign in to comment.