Google\Cloud\Tests\System\BigQuery\ManageJobsTest::testReloadsJob PHP 메소드

testReloadsJob() 공개 메소드

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