doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 224 forks source link

Support schema attribute everywhere. #204

Closed alexsegura closed 9 years ago

alexsegura commented 9 years ago

Just to see if you think this is interesting. The same thing is done in the getAssociationTables method, and I think this doesn't break anything.

Please don't merge yet, I still need to write a test case for this, but the ORMPurgerTest class is somewhat "hacky", I'm trying to rewrite it to avoid testing private methods.

alexsegura commented 9 years ago

Closing it as this is a duplicate of https://github.com/doctrine/data-fixtures/pull/192 and https://github.com/doctrine/data-fixtures/pull/202