PhpBench\Environment\Information::offsetUnset PHP Méthode

offsetUnset() public méthode

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