Ejemplo n.º 1
0
 /**
  * @expectedException NotFoundException
  */
 public function testFindByIndexNotFound()
 {
     PostRepository::find(-1);
 }