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