Google\Cloud\Tests\BigQuery\JobTest::testGetsInfo PHP Method

testGetsInfo() public method

public testGetsInfo ( )
    public function testGetsInfo()
    {
        $this->connection->getJob(Argument::any())->shouldNotBeCalled();
        $job = $this->getJob($this->connection, $this->jobInfo);
        $this->assertEquals($this->jobInfo, $job->info());
    }