PhpBench\Environment\Information::offsetUnset PHP Method

offsetUnset() public method

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        throw new \BadMethodCallException(sprintf('Environmental information is immutable. Tried to unset key "%s"', $offset));
    }