Google\Cloud\Tests\System\BigQuery\ManageJobsTest::testGetsJobInfo PHP Method

testGetsJobInfo() public method

public testGetsJobInfo ( $job )
    public function testGetsJobInfo($job)
    {
        $this->assertEquals('bigquery#job', $job->info()['kind']);
    }