phpunit - Force loading of extra-lazy assoc in Doctrine2 for unit testing (no DQL) -


i'm running small problem unit testing in symfony2. have few associations marked extra-lazy, fine.

however, when testing them, don't loaded (of course), means assertions fail. i'm not doing dql, entity testing.

how can tell doctrine ignore extra-lazy tag unit testing alone ?


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -