コード例 #1
0
ファイル: ClassFactoryTest.php プロジェクト: t-f-m/ethna
 public function setUp()
 {
     $ctl = new Ethna_Controller_Dummy();
     $this->cf = $ctl->getClassFactory();
 }