Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 626 Bytes

CHANGELOG.md

File metadata and controls

17 lines (14 loc) · 626 Bytes

1.1.0

  • 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

1.0.0 (2012)

  • Move the bundle to atoum vendor namespace
  • Add ControllerTest class