Releases: smartbooster/standard-bundle
Releases · smartbooster/standard-bundle
v1.0.4
v1.0.3
Added
AbstractWebTestCase::loadFixtureFiles
: Add shortcut function to load fixture files
v1.0.2
Added
AbstractWebTestCase::assertArrayContainsValues
: Test if an array contains exactly all values of an array of values, no matter there order
v1.0.1
Fixed
- Fix passing format 1G to phpstan memory-limit option
v1.0.0
Initial v1 release
Added
- dev makefile for cache clear shortcut and debug-env
v0.4.8
Added
AbstractWebTestCase
which is our main parent class that we use on functional test that rely on a browser client or on database fixturesAbstractValidatorTest
which is the parent class that we use to test our Validator/Constraints
v0.4.7
Fixed
- fix directory target of the lint-twig QA command
v0.4.6
Fixed
- Add missing MAILER_DSN env to phpunit.xml.dist for test code using the Mailer to still work without really sending the mail
v0.4.5
Fixed
- README : Set composer extra endpoint as command
- Fix dev-master alias to the last available version
- fix missing --reset option to reinstall last recipe changes
- fix Contributing url mentioning the wrong repository
v0.4.4
Addedd
- Symfony 5.4 support