PhpGitHooks\Module\PhpUnit\Tests\Infrastructure\PhpUnitProcessorTrait::shouldProcessPhpUnit PHP Метод

shouldProcessPhpUnit() защищенный Метод

protected shouldProcessPhpUnit ( string $options, boolean $return )
$options string
$return boolean
    protected function shouldProcessPhpUnit($options, $return)
    {
        $this->getPhpUnitProcessor()->shouldReceive('process')->once()->withArgs([$options])->andReturn($return);
    }