Example #1
0
 public function testCallDefaultHelper()
 {
     $view = new View();
     $this->assertSame('&lt;div&gt;', $view->escape('<div>'));
 }