コード例 #1
0
ファイル: DojoTest.php プロジェクト: noose/zf2
 public function testDirectMethodShouldReturnContainer()
 {
     $helper = new DojoHelper();
     $this->assertSame($this->helper, $helper->__invoke());
 }