- Add command to launch tests on bundles.
- Add fluent interface for controllers testing
- Add support for Faker (https://github.com/fzaninotto/Faker)
- Compatibility break
- static $kernel variable become a class variable
- AtoumBundle\Test\Units\Test::getRandomString() and AtoumBundle\Test\Generator\String were removed
- Add two annotations to enable/disable kernel reset in tests : @resetKernel and @noResetKernel
- Compatibility improvement with symfony/dom-crawler 2.3 and 2.4
- Move the bundle to atoum vendor namespace
- Add ControllerTest class