Google\Cloud\Tests\System\BigQuery\ManageJobsTest::testGetsJobInfo PHP Méthode

testGetsJobInfo() public méthode

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