Example #1
0
 /**
  * @expectedException LogicException
  */
 public function testLoadDuplicate()
 {
     PostRepository::load();
 }