Exemplo n.º 1
0
 /**
  * @test
  */
 public function getPathFromRootLineForEmptyRootLineReturnsEmptyString()
 {
     $this->assertEquals('', $this->pageSelectObject->getPathFromRootline(array()));
 }