phake\Builder::push_group PHP Method

push_group() public method

public push_group ( $name )
    public function push_group($name)
    {
        $levels = 0;
        $this->target_node = $this->target_node->child_with_name($name, $levels);
        return $levels;
    }