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

testGetsType() public method

public testGetsType ( )
    public function testGetsType()
    {
        $date = new Date(new \DateTime());
        $this->assertEquals('DATE', $date->type());
    }