Пример #1
0
 public function testPushRejectNonMappableItems()
 {
     $this->setExpectedException('InvalidArgumentException');
     $c = new Collection();
     $c->push('string');
 }