Inheritance: extends luya\tag\BaseTag
Beispiel #1
0
 public function testGetView()
 {
     $mock = new MockTag();
     $this->assertInstanceOf('luya\\web\\View', $mock->getView());
 }