Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 458 Bytes

CHANGELOG.md

File metadata and controls

13 lines (10 loc) · 458 Bytes
  • master (next 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
  • 1.0.0 (2012)

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