Google\Cloud\Tests\BigQuery\TimeTest::testGetsType PHP Method

testGetsType() public method

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