Releases: gricob/functional-test-bundle
Releases · gricob/functional-test-bundle
v1.3.0
- Add onHost method to MakesHttpRequests in order to allow multihost testing
v1.2.1
- Fix InteractsWithConsole concert return type of method setVerbosityLevel
v1.2.0
- Add entity factories
- Add entity states support for entity factories
- Adapt CreatesObject trait to use factories
v1.1.4
Fix error dropping sqlite database schema
v1.1.3
- Factories directory as parameter
- Add Enum type
- Use of phpdoc mixin in TestResponse and TestCommand
- Create schema creation refactor
- Drop schema using unlink if database is sqlite
v1.1.2
- Improves assertRedirect message
- Adds symfony 5 support
v1.1.1
Hotfixes:
- Fix kernel is synthetic problem when using factory muffing in multiple tests
v1.1.0
- Add factory muffin support
v1.0.4
New instanceOf assert for TestResponse