Doctrine PHP ORM Features
Data Fixtures
Data fixtures offer you the ability to write testing data as a yaml
fixtures file so they can be populated in to the database for you to
perform tests with. It also allows you to dump your existing data to a
data fixtures file.



