atoum / AtoumBundle

This bundle provides a simple integration of atoum into Symfony 2.
MIT License
44 stars 25 forks source link

Add Faker support #17

Closed jubianchi closed 11 years ago

jubianchi commented 11 years ago

This PR introduces a BC break as the AtoumBundle\Test\Units\Test:: getRandomString and the associated generator were deleted.

stephpy commented 11 years ago

Big :+1: to that. Just replace faker dependency to 1.* and a little documentation

Good work @jubianchi ;)