Example #1
0
 /**
  * @expectedException NotFoundException
  */
 public function testIndexNotFound()
 {
     PostRepository::index('xxx');
 }