コード例 #1
0
ファイル: PartialTest.php プロジェクト: narixx/zf2
 public function testPassingNoArgsReturnsHelperInstance()
 {
     $test = $this->helper->direct();
     $this->assertSame($this->helper, $test);
 }