public function testOffsetUnset() { $this->object->offsetUnset('scalarAdapter'); $this->assertFalse($this->object->offsetExists('scalarAdapter')); }
/** * @dataProvider offsetProvider */ public function testOffsetExists($offset) { $this->assertFalse($this->object->offsetExists($offset)); }