示例#1
0
文件: PartialTest.php 项目: noose/zf2
 public function testPassingNoArgsReturnsHelperInstance()
 {
     $test = $this->helper->__invoke();
     $this->assertSame($this->helper, $test);
 }