Ejemplo n.º 1
0
 public function testIsRoot()
 {
     $template = new atoum\template();
     $this->assert->boolean($template->isRoot())->isTrue();
 }