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

iMakeTheNodevisible() public method

public iMakeTheNodevisible ( )
    public function iMakeTheNodevisible()
    {
        $node = $this->iShouldHaveOneNode();
        $node->setHidden(false);
        $this->objectManager->get(\Neos\Flow\Persistence\PersistenceManagerInterface::class)->persistAll();
        $this->resetNodeInstances();
    }