コード例 #1
0
 public function testReplaceJson()
 {
     $this->markTestSkipped("Concurrent writing to a dataset doesn't work");
     $ds = new SodaDataset($this->client, $this->id);
     $json = file_get_contents("tests/datasets/dataset.json");
     $ds->replace($json);
 }
コード例 #2
0
 public function testReplaceJson()
 {
     $ds = new SodaDataset($this->client, $this->id);
     $json = file_get_contents("tests/datasets/dataset.json");
     $ds->replace($json);
 }