/**
  * Returns the string "timestamp".
  */
 public function testReturnsTheStringTimestamp()
 {
     $instance = new FieldType\Timestamp();
     $result = $instance->toNative();
     static::assertEquals('timestamp', $result);
 }