diff --git a/tests/src/Functional/AddChildTest.php b/tests/src/Functional/AddChildTest.php index 67bc6233..bbd4fb6d 100644 --- a/tests/src/Functional/AddChildTest.php +++ b/tests/src/Functional/AddChildTest.php @@ -25,8 +25,8 @@ class AddChildTest extends IslandoraFunctionalTestBase { } /** - * @covers \Drupal\islandora\Controller\AddCollectionController::addToNodePage - * @covers \Drupal\islandora\Controller\AddCollectionController::access + * @covers \Drupal\islandora\Controller\ManageMembersController::addToNodePage + * @covers \Drupal\islandora\Controller\ManageMembersController::access * @covers \Drupal\islandora\IslandoraUtils::isIslandoraType */ public function testAddChild() { diff --git a/tests/src/Functional/AddMediaTest.php b/tests/src/Functional/AddMediaTest.php index f91cef82..c3f8e05a 100644 --- a/tests/src/Functional/AddMediaTest.php +++ b/tests/src/Functional/AddMediaTest.php @@ -10,8 +10,8 @@ namespace Drupal\Tests\islandora\Functional; class AddMediaTest extends IslandoraFunctionalTestBase { /** - * @covers \Drupal\islandora\Controller\AddCollectionController::addToNodePage - * @covers \Drupal\islandora\Controller\AddCollectionController::access + * @covers \Drupal\islandora\Controller\ManageMediaController::addToNodePage + * @covers \Drupal\islandora\Controller\ManageMediaController::access * @covers \Drupal\islandora\IslandoraUtils::isIslandoraType */ public function testAddMedia() {