예제 #1
0
 /**
  * RTFN
  *
  * @expectedException \Kachit\Collection\Exception
  * @expectedExceptionMessage Object with index "100" not exists in collection
  */
 public function testGetObjectUnavailable()
 {
     $this->testable->get(100);
 }