Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / language / tests / src / Unit / LanguageNegotiationUrlTest.php
index 825ca7d863dcc94cbe5263736d51aa30f5ed7bb9..981228956ea69e9195817a832936c766e68b34f9 100644 (file)
@@ -256,7 +256,9 @@ class LanguageNegotiationUrlTest extends UnitTestCase {
 namespace Drupal\language\Plugin\LanguageNegotiation;
 
 if (!function_exists('base_path')) {
+
   function base_path() {
     return '/';
   }
+
 }