Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Unit / Plugin / field / FieldPluginBaseTest.php
index a7bcf81de6f2923e9160dd6bcd1a651a8b723573..71ab347aa5b4c638aa192424321d0e865cfde0e6 100644 (file)
@@ -775,7 +775,9 @@ class FieldPluginBaseTestField extends FieldPluginBase {
 namespace Drupal\views\Plugin\views\field;
 
 if (!function_exists('base_path')) {
+
   function base_path() {
     return '/';
   }
+
 }