From 721420e2476f5c8cf25f565aadc729b74d703750 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Mon, 3 May 2021 15:44:10 +0000 Subject: [PATCH] Fixing phpunit annotations that point to non-existant classes --- tests/src/Functional/AddChildTest.php | 4 ++-- tests/src/Functional/AddMediaTest.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() {