X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FUnit%2FPlugin%2FBlock%2FViewsBlockTest.php;fp=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FUnit%2FPlugin%2FBlock%2FViewsBlockTest.php;h=e7cd98477b33a106e689d952185f04a6fb76556e;hp=f9bd6d2f1b72af9be108a0edb1debb17461c39a1;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php b/web/core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php index f9bd6d2f1..e7cd98477 100644 --- a/web/core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php +++ b/web/core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php @@ -204,6 +204,8 @@ class ViewsBlockTest extends UnitTestCase { namespace Drupal\views\Plugin\Block; if (!function_exists('views_add_contextual_links')) { + function views_add_contextual_links() { } + }