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