Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / views / tests / modules / views_test_data / src / Plugin / views / query / QueryTest.php
index cf430af25c094dee4b8857d18abd6720b269d8b8..8868f75de667a3d3941129c8819c814a10da798e 100644 (file)
@@ -151,4 +151,9 @@ class QueryTest extends QueryPluginBase {
     ];
   }
 
+  /**
+   * {@inheritdoc}
+   */
+  public function setFieldTimezoneOffset(&$field, $offset) {}
+
 }