X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flanguage%2Ftests%2Fsrc%2FUnit%2FLanguageNegotiationUrlTest.php;fp=web%2Fcore%2Fmodules%2Flanguage%2Ftests%2Fsrc%2FUnit%2FLanguageNegotiationUrlTest.php;h=981228956ea69e9195817a832936c766e68b34f9;hp=825ca7d863dcc94cbe5263736d51aa30f5ed7bb9;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php b/web/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php index 825ca7d86..981228956 100644 --- a/web/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php +++ b/web/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php @@ -256,7 +256,9 @@ class LanguageNegotiationUrlTest extends UnitTestCase { namespace Drupal\language\Plugin\LanguageNegotiation; if (!function_exists('base_path')) { + function base_path() { return '/'; } + }