Google\Cloud\Tests\BigQuery\JobTest::testGetsInfo PHP 메소드

testGetsInfo() 공개 메소드

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