Todo List
Event listener that tracks how many entities were created and destroyed during the test.
We can use this to track to see if a test is leaking entities (ie, not doing proper cleanup).
Located in /lib/tools/phpunit/GalleryTestCase.class [line 1189]
Methods
EntityCounterEventListener EntityCounterEventListener( )
void getCount( )
void getRecentEntityId( $className )
void handleEvent( $event )
void setCount( $count )