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

testGet() public method

public testGet ( )
    public function testGet()
    {
        $value = new \DateTime();
        $time = new Time($value);
        $this->assertEquals($value, $time->get());
    }