-
-
Notifications
You must be signed in to change notification settings - Fork 168
Convert phpspec to PHPUnit tests #939
Copy link
Copy link
Closed
Description
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 🤖
So we use it :) but reviewing changes is necessary 👓
- Remove phpspec/prophecy-phpunit Remove phpspec/prophecy-phpunit #1114
- Remove phpspec from dockerignore (done in Remove phpspec/prophecy-phpunit #1114)
- Convert phpspec tests for legacy classes Convert Phpspec 2 PHPUnit tests for legacy dir #1116
Bundle
- Context
- Controller PHPSpec to PHPUnit Controller #1080
- DependencyInjection
- Doctrine PHPSpec to PHPUnit doctrine #1081
- Event
- EventListener
- Form PHPSpec to PHPUnit form #1087
- Grid
- Routing
- Storage
- Twig
- Validator
Component
- Doctrine [phpspec-2-phpunit] migration of tests (Doctrine) #928
- Exception [phpspec-2-phpunit] migration of tests (Exception) #929
- Generator [phpspec-2-phpunit] migration of tests (Generator) #930
- Grid [phpspec-2-phpunit] migration of tests (Grid) #931
- Humanizer [phpspec-2-phpunit] migration of tests (Humanizer) #932
- Metadata [phpspec-2-phpunit] migration of tests (Metadata) #933
- Model [phpspec-2-phpunit] migration of tests (Model) #936
- Reflection [phpspec-2-phpunit] migration of tests (Reflection) #937
- State [phpspec-2-phpunit] migration of tests (State) #938
- StateMachine [phpspec-2-phpunit] migration of tests (StateMachine) #955
- Symfony
- Translation [phpspec-2-phpunit] migration of tests (Translation) #954
- Twig [phpspec-2-phpunit] migration of tests (Twig) #953
- Winzou [phpspec-2-phpunit] migration of tests (Winzou) #952
Reactions are currently unavailable