コード例 #1
0
ファイル: PWEModulesManagerTest.php プロジェクト: undera/pwe
 public function testRegister()
 {
     $a['!a']['class'] = __CLASS__;
     $this->object->registerModule(__CLASS__);
 }