From 1b44e1155f4fa5aa4763c25fbb10aeee09dda7e6 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Tue, 4 May 2021 00:51:35 +0000 Subject: [PATCH] Wrong class for access function --- tests/src/Functional/AddChildTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Functional/AddChildTest.php b/tests/src/Functional/AddChildTest.php index bbd4fb6d..9fc2f9e2 100644 --- a/tests/src/Functional/AddChildTest.php +++ b/tests/src/Functional/AddChildTest.php @@ -26,7 +26,7 @@ class AddChildTest extends IslandoraFunctionalTestBase { /** * @covers \Drupal\islandora\Controller\ManageMembersController::addToNodePage - * @covers \Drupal\islandora\Controller\ManageMembersController::access + * @covers \Drupal\islandora\Controller\ManageMediaController::access * @covers \Drupal\islandora\IslandoraUtils::isIslandoraType */ public function testAddChild() {