Skip to content

Commit 4b94037

Browse files
committed
refactor phpspec tests to use phpunit (yay copilot!)
- we're using phpunit10 for version compatibility reasons
1 parent eb3f5be commit 4b94037

8 files changed

Lines changed: 2090 additions & 634 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"php" : ">=7.0.0"
1313
},
1414
"require-dev": {
15-
"phpspec/phpspec": "~2.0"
15+
"phpspec/phpspec": "~2.0",
16+
"phpunit/phpunit": "~10.5"
1617
},
1718
"autoload": {
1819
"psr-4": {

0 commit comments

Comments
 (0)