PhpSpec\ObjectBehavior::offsetUnset PHP Method

offsetUnset() public method

Unsets a position in the ArrayAccess object
public offsetUnset ( string | integer $key )
$key string | integer
    public function offsetUnset($key)
    {
        $this->object->offsetUnset($key);
    }