- #106 Add debug option (@Djuuu)
- #105 Add phpDoc on Test and WebTest classes (@maxailloud)
- #104 Add loop mode support (@Djuuu)
- #103 Improve compatibility with Symfony 3 (@lolautruche)
- #100 Add option to display a light report (@gpaton)
- #98 Fix atoum command exit codes (@jubianchi)
- Symfony3 compatibility
- Minimum version of Symfony : 2.3
- Minimum version of atoum : 2.1
- Add xunit and clover report file options
- 1.2.X depends on atoum < 2.4
- Adds the ability to test Symfony commands (see
atoum\AtoumBundle\Test\Units\CommandTestCase
)
- 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