Google\Cloud\Tests\Snippets\BigQuery\TimestampTest::testClass PHP 메소드

testClass() 공개 메소드

public testClass ( )
    public function testClass()
    {
        $snippet = $this->snippetFromClass(Timestamp::class);
        $snippet->addLocal('bigQuery', new \BigQueryClientStub());
        $res = $snippet->invoke('timestamp');
        $this->assertInstanceOf(Timestamp::class, $res->returnVal());
    }
TimestampTest