Google\Cloud\Tests\BigQuery\TimestampTest::testGet PHP 메소드

testGet() 공개 메소드

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