diff -u b/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php b/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php --- b/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php +++ b/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php @@ -19,7 +19,7 @@ /** * Tests contextual links. */ - public function testNodeContextualLinks() { + public function testBlockContentContextualLinks() { $block_content = $this->createBlockContent(); $block = $this->placeBlock('block_content:' . $block_content->uuid()); diff -u b/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php b/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php --- b/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php +++ b/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php @@ -19,7 +19,7 @@ /** * Tests contextual links. */ - public function testNodeContextualLinks() { + public function testTermContextualLinks() { $vocabulary = $this->createVocabulary(); $term = $this->createTerm($vocabulary);