spec\Alterway\Component\Workflow\WorkflowSpec::it_throws_exception_when_advancing_if_not_initialized PHP Метод

it_throws_exception_when_advancing_if_not_initialized() публичный Метод

public it_throws_exception_when_advancing_if_not_initialized ( Alterway\Component\Workflow\ContextInterface $ctx )
$ctx Alterway\Component\Workflow\ContextInterface
    function it_throws_exception_when_advancing_if_not_initialized(Ctx $ctx)
    {
        $this->shouldThrow('Alterway\\Component\\Workflow\\Exception\\NotInitializedWorkflowException')->duringNext($ctx);
    }