Neos\ContentRepository\Tests\Behavior\Features\Bootstrap\NodeOperationsTrait::iGetOtherNodeVariantsOfTheNode PHP Method

iGetOtherNodeVariantsOfTheNode() public method

    public function iGetOtherNodeVariantsOfTheNode()
    {
        if ($this->isolated === true) {
            $this->callStepInSubProcess(__METHOD__);
        } else {
            $currentNode = $this->iShouldHaveOneNode();
            $this->currentNodes = $currentNode->getOtherNodeVariants();
        }
    }