Behat\RestTestingContext\BaseContext::getContext PHP Method

getContext() protected method

protected getContext ( string $name ) : Behat\Behat\Context\Context | null
$name string
return Behat\Behat\Context\Context | null
    protected function getContext($name)
    {
        return array_key_exists($name, self::$contexts) ? self::$contexts[$name] : null;
    }