Behat\RestTestingContext\BaseContext::addContext PHP Method

addContext() protected method

protected addContext ( Behat\Behat\Context\Context $context = null )
$context Behat\Behat\Context\Context
    protected function addContext(Context $context = null)
    {
        $context = $context ?: $this;
        self::$contexts[get_class($context)] = $context;
        return $this;
    }