Google\Cloud\Tests\Snippets\BigQuery\JobTest::getJob PHP Method

getJob() public method

public getJob ( $connection, array $info = [] )
$info array
    public function getJob($connection, array $info = [])
    {
        return new Job($connection->reveal(), $this->identity['jobId'], $this->identity['projectId'], $info);
    }