Google\Cloud\Tests\BigQuery\TimeTest::testGetsType PHP 메소드

testGetsType() 공개 메소드

public testGetsType ( )
    public function testGetsType()
    {
        $time = new Time(new \DateTime());
        $this->assertEquals('TIME', $time->type());
    }