Google\Cloud\Tests\Snippets\BigQuery\DatasetTest::testId PHP Method

testId() public method

public testId ( )
    public function testId()
    {
        $dataset = $this->getDataset($this->connection);
        $snippet = $this->snippetFromMethod(Dataset::class, 'id');
        $snippet->addLocal('dataset', $dataset);
        $res = $snippet->invoke();
        $this->assertEquals($this->identity['datasetId'], $res->output());
    }