Replies: 1 comment 9 replies
-
@drupol I think I agree with this. While I've enjoyed working with PHPSpec in this project (first time I worked with it!), I think there are some downsides to it which include a more restricted feature set compared to PHPUnit, and the maintainer not being as responsive as we'd like (I experienced this as well with the PHP 8 bug fix previously). Also, it's quite clear the trend is towards PHPUnit, as also mentioned in the article I'll link below. There's a lot more development happening in PHPUnit I think. My personal preference is PHPUnit + Prophecy (and prophecy-phpunit), this is what we use in projects at work. I still like the style and expressiveness of Prophecy. We could use Rector to try make the migration: |
Beta Was this translation helpful? Give feedback.
-
For some reasons lately, I'm starting to consider to switching from PHPSpec to PHPUnit.
What do you think of the idea?
Motivation of the changes:
Beta Was this translation helpful? Give feedback.
All reactions