Google\Cloud\Tests\BigQuery\JobTest::testGetsIdentity PHP Method

testGetsIdentity() public method

public testGetsIdentity ( )
    public function testGetsIdentity()
    {
        $job = $this->getJob($this->connection);
        $this->assertEquals($this->jobId, $job->identity()['jobId']);
        $this->assertEquals($this->projectId, $job->identity()['projectId']);
    }