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

printTheNodes() public method

public printTheNodes ( )
    public function printTheNodes()
    {
        if ($this->isolated === true) {
            $this->callStepInSubProcess(__METHOD__);
        } else {
            foreach ($this->currentNodes as $node) {
                $this->printDebug($node->getPath());
            }
        }
    }