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

testIdentity() public method

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