Search Results

0
votes

Unit testing Doctrine objects with PHPUnit

In case you haven't found this already, Jani has posted an approach to help automate the setup/teardown process. …
1
vote

Doctrine profiler does not catch queries

There are better approaches, but this may be a better starting point. Assuming the connection and profiler are setup during bootstrap, there are several initial attempts to develop a Doctri …