Example #1
0
 /**
  * @expectedException \Vernum\Exception\EmptyCollection
  */
 public function testGetFirstException()
 {
     $collection = new Collection();
     $collection->getFirst();
 }