You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
358: CS maintenance r=curquiza a=norkunas
# Pull Request
## Related issue
Fixes #<issue_number>
## What does this PR do?
- Makes all tests final;
- Removes unused methods from test fixtures;
- Removes helper methods to create fixtures and instead inlines the creation to flush once instead of flushing to database after each entity creation;
- Adds missing types to test fixtures;
- Removes fixture creation with passing arguments as array for better static analysis;
- Adds `matthiasnoback/symfony-config-test` for bundle config test;
- Refactor bundle config test data provider to use generator instead of returning a single array;
- Replaces datetime mutable to datetime immutable in tests as mutable should be discouraged;
## PR checklist
Please check if your PR fulfills the following requirements:
- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: Tomas <[email protected]>
0 commit comments