Doctrine\Benchmarks\ODM\PHPCR\PersistBench::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->documentManager = $this->createDocumentManager();
        $this->resetFunctionalNode($this->documentManager);
        $this->root = $this->documentManager->find(null, '/functional');
    }