Пример #1
0
 /**
  * @dataProvider invalidKeysProvider
  */
 public function testInvalidKeyExists($key)
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->collection->offsetExists($key);
 }