Skip to content

Commit

Permalink
Don't mock what you don't own (#66)
Browse files Browse the repository at this point in the history
* Do not rely on mock for Doctrine manager nor registry

* Do not rely on mock for event dispatcher

* Do not rely on mock for symfony normalizer nor denormalizer

* Remove phpspec/prophecy-phpunit dev dependency from packages that are no longer using it
  • Loading branch information
yann-eugone authored Jun 1, 2022
1 parent 1a27b42 commit bb77698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5"
},
"autoload-dev": {
Expand Down

0 comments on commit bb77698

Please sign in to comment.