Пример #1
0
 /**
  * Method to test offsetUnset().
  *
  * @return void
  *
  * @covers Windwalker\Data\Data::offsetUnset
  */
 public function testOffsetUnset()
 {
     unset($this->instance->olive);
     $this->assertEquals(null, $this->instance->get('olive'));
 }