コード例 #1
0
 /**
  * @covers WindowsAzure\Table\TableRestProxy::queryTables
  */
 public function testQueryTables()
 {
     $interestingqueryTablesOptions = TableServiceFunctionalTestData::getInterestingQueryTablesOptions();
     foreach ($interestingqueryTablesOptions as $options) {
         $this->queryTablesWorker($options);
     }
 }