Exemple #1
0
 public function testHandlerFunctionIsOptionalToTemplate()
 {
     $tpl = T::template($this->p);
     $this->assertNotNull($tpl());
 }