Exemplo n.º 1
0
 public function testPagePath()
 {
     $app = new WebApplication(__DIR__ . "/app", "/");
     $loops = $app->getLoops();
     $page = new Testpage([], $loops);
     $this->assertSame("testpage", $page->getPagePath());
 }