Google\Cloud\Tests\Snippets\BigQuery\BigQueryClientTest::testJob PHP Method

testJob() public method

public testJob ( )
    public function testJob()
    {
        $snippet = $this->snippetFromMethod(BigQueryClient::class, 'job');
        $snippet->addLocal('bigQuery', $this->client);
        $this->client->setConnection($this->connection->reveal());
        $res = $snippet->invoke('job');
        $this->assertInstanceOf(Job::class, $res->returnVal());
    }