예제 #1
0
파일: PartialTest.php 프로젝트: narixx/zf2
 public function testPassingNoArgsReturnsHelperInstance()
 {
     $test = $this->helper->direct();
     $this->assertSame($this->helper, $test);
 }