diff --git a/core/modules/views/tests/Drupal/views/Tests/Controller/ViewAjaxControllerTest.php b/core/modules/views/tests/Drupal/views/Tests/Controller/ViewAjaxControllerTest.php index 14bb3c3..eb6fd3c 100644 --- a/core/modules/views/tests/Drupal/views/Tests/Controller/ViewAjaxControllerTest.php +++ b/core/modules/views/tests/Drupal/views/Tests/Controller/ViewAjaxControllerTest.php @@ -180,14 +180,14 @@ protected function setupValidMocks() { } namespace { - // @todo Remove once drupal_render got converted to a autoloadable code. + // @todo Remove once drupal_render got converted to autoloadable code. if (!function_exists('drupal_static')) { function drupal_static($key) { return $key; } } - // @todo Remove once drupal_render got converted to a autoloadable code. + // @todo Remove once drupal_render got converted to autoloadable code. if (!function_exists('drupal_render')) { function drupal_render($array) { return isset($array['#markup']) ? $array['#markup'] : (string) $array;