Skip to content

Releases: braincrafted/testing-bundle

Version 0.4.2 (15 February 2016)

15 Feb 14:45

Choose a tag to compare

  • NoTranslator implements empty setConfigCacheFactory() method for compatibility

Version 0.4.1 (20 April 2015)

20 Apr 13:40

Choose a tag to compare

  • NoTranslator returns message catalogue

Version 0.4 (6 February 2015)

06 Feb 11:09

Choose a tag to compare

  • 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)

06 Feb 10:59

Choose a tag to compare

  • Update to composer.json to reflect that the 0.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)

26 Oct 21:46

Choose a tag to compare

  • #10 Try to find AppKernel.php in a standard path before falling back to KERNEL_DIR constant (by florianeckerstorfer)

Version 0.3.1 (25 August 2014)

25 Aug 11:53

Choose a tag to compare

  • Fixed type hint for WebTestCase::createClient() method
  • Pass $options to WebTestCase::createKernel() in WebTestCase::createClient()

Version 0.3 (18 November 2013)

18 Nov 16:31

Choose a tag to compare

  • Changed namespace to Braincrafted.