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

testReloadsJob() public method

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