Google\Cloud\Tests\System\BigQuery\ManageJobsTest::testGetsJobInfo PHP Метод

testGetsJobInfo() публичный Метод

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