PhpSpec\Wrapper\Subject\Expectation\PositiveThrow::runDuring PHP Method

runDuring() protected method

protected runDuring ( object $object, string $method, array $arguments = [] ) : mixed
$object object
$method string
$arguments array
return mixed
    protected function runDuring($object, $method, array $arguments = array())
    {
        return $this->getMatcher()->positiveMatch('throw', $object, $this->getArguments())->during($method, $arguments);
    }
PositiveThrow