Releases: liip/LiipFunctionalTestBundle
Releases · liip/LiipFunctionalTestBundle
fixed an issue with getVerbosityLevel() and tweaked config handling
note there were some refactorigns with DI parameters.
added a test suite and fixed several bugs and edge cases
see 1.3.4...1.4.0
special thanks to https://github.com/alexislefebvre and https://github.com/Aerendir for their contributions!
restore PHP 5.3 compatibility
1.3.4 remove use of short array syntax
fixed a regression introduced in 1.3.0 regarding makeClient() and authentication
mark the Bundle as fully compatible with Symfony 3.0
1.3.2 Merge pull request #189 from liip/validation_assertions_require_symfo…
loadFixtureFiles can now accept real file paths as well as symfony resource locators #184
various bug fixes, feature additions and documentation improvements
fix issue where loadFixtures backup gets invalidated needlessly
Merge pull request #156 from kokoon/master fix #155
PHP 5.3 compat fixes
Merge pull request #151 from jimtonic/master fixed issue #149 - short array syntax is not available on php 5.3
added fixture loading via nelmio/alice, minor fixes
Merge pull request #148 from Ma27/master fix parent constructor