Releases: braincrafted/testing-bundle
Releases · braincrafted/testing-bundle
Version 0.4.2 (15 February 2016)
NoTranslator
implements emptysetConfigCacheFactory()
method for compatibility
Version 0.4.1 (20 April 2015)
NoTranslator
returns 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.json
to reflect that the0.3
branch 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.php
in a standard path before falling back toKERNEL_DIR
constant (by florianeckerstorfer)
Version 0.3.1 (25 August 2014)
- Fixed type hint for
WebTestCase::createClient()
method - Pass
$options
toWebTestCase::createKernel()
inWebTestCase::createClient()
Version 0.3 (18 November 2013)
- Changed namespace to
Braincrafted
.