Ejemplo n.º 1
0
 public function testPrependRejectNonMappableItems()
 {
     $this->setExpectedException('InvalidArgumentException');
     $c = new Collection();
     $c->prepend('string');
 }