public function testStateSummary()
 {
     $expected = array(array('state' => 'depositedByJournal', 'ct' => '1'), array('state' => 'harvested', 'ct' => '1'));
     $r = $this->repository->stateSummary();
     $this->assertEquals($expected, $r);
 }