Browse Source

Fixing phpunit annotations that point to non-existant classes

pull/754/head
dannylamb 5 years ago
parent
commit
721420e247
  1. 4
      tests/src/Functional/AddChildTest.php
  2. 4
      tests/src/Functional/AddMediaTest.php

4
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() {

4
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() {

Loading…
Cancel
Save