Releases: braincrafted/testing-bundle
Releases · braincrafted/testing-bundle
Version 0.4.2 (15 February 2016)
NoTranslatorimplements emptysetConfigCacheFactory()method for compatibility
Version 0.4.1 (20 April 2015)
NoTranslatorreturns message catalogue
Version 0.4 (6 February 2015)
- Add compatibility with Symfony 2.6
If you are using a version < 2.6 please use a release from the 0.3 branch.
Version 0.3.3 (6 February 2015)
- Update to
composer.jsonto reflect that the0.3branch is not compatible with Symfony 2.6.
The 0.4 branch of TestingBundle will be compatible with Symfony 2.6+
Version 0.3.2 (26 October 2014)
- #10 Try to find
AppKernel.phpin a standard path before falling back toKERNEL_DIRconstant (by florianeckerstorfer)
Version 0.3.1 (25 August 2014)
- Fixed type hint for
WebTestCase::createClient()method - Pass
$optionstoWebTestCase::createKernel()inWebTestCase::createClient()
Version 0.3 (18 November 2013)
- Changed namespace to
Braincrafted.