Exemple #1
0
 /**
  * @test
  */
 public function setRootNodeCanBeReadOutAgain()
 {
     $rootNode = new RootNode();
     $this->parsingState->setRootNode($rootNode);
     $this->assertSame($this->parsingState->getRootNode(), $rootNode, 'Root node could not be read out again.');
 }