X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FEntity%2FEntityListBuilderTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FEntity%2FEntityListBuilderTest.php;h=6662cb22779c0f79f45e6fd105e1299bce2b1460;hp=55928b98a6e226ca2040c9f3f499d42e60c5d29f;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php index 55928b98a..6662cb227 100644 --- a/web/core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php +++ b/web/core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php @@ -154,6 +154,7 @@ class EntityListBuilderTest extends UnitTestCase { } class TestEntityListBuilder extends EntityTestListBuilder { + public function buildOperations(EntityInterface $entity) { return []; }