Example #1
0
 public function testSetLayoutContet()
 {
     $content = 'test';
     $this->view->setLayoutContent($content);
     $this->assertEquals($content, $this->view->layoutContent());
 }