コード例 #1
0
ファイル: HttpTest.php プロジェクト: EHER/monopolis
 public function testEntities()
 {
     $http = new Http($this->_testConfig);
     $result = $http->entities();
 }