Skip to main content
  1. Tags/

doctrine

2016


Test your Doctrine2 metadata mapping configuration

·2 mins
I use the Doctrine2 Object Relational Mapper as abstraction layer between my model and database. I use PHPUnit to unit test my code, but if the configuration is incorrect the code won’t work like intended and the Doctrine2 ORM will fail with exceptions as result. To ensure the configuration is correct I created a test to validate my configuration.