예제 #1
0
파일: PagesTest.php 프로젝트: getgrav/grav
 public function testRoot()
 {
     $root = $this->pages->root();
     $this->assertInstanceOf('Grav\\Common\\Page\\Page', $root);
     $this->assertSame('pages', $root->folder());
 }