Example #1
0
 public function testRoot()
 {
     $root = $this->pages->root();
     $this->assertInstanceOf('Grav\\Common\\Page\\Page', $root);
     $this->assertSame('pages', $root->folder());
 }