Sylius / SyliusResourceBundle

Simpler CRUD for Symfony applications
https://sylius.com
MIT License
219 stars 155 forks source link

Convert phpspec to PHPUnit tests #939

Open loic425 opened 2 months ago

loic425 commented 2 months ago

It's time to get rid of phpspec/phpspec package. We'll try not to mock everything in the future, but to make conversion easier, we use the package phpspec/phpunit-prophecy.

ChatGPT is able to make the conversion of each class :robot: So we use it :) but reviewing changes is necessary :eyeglasses:

Bundle

Component