diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php index 18451a9..f76d09c 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php @@ -33,8 +33,7 @@ function testTermDelete() { } /** - * Test deleting a parent of a term with multiple parents does not delete - * the child term. + * Deleting a parent of a term with multiple parents does not delete the term. */ function testMultipleParentDelete() { $vocabulary = $this->createVocabulary();