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

testTime() public method

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