Problem/Motivation

Discovered by PHPStan in #3178534: Start running PHPStan on Drupal core (level 0):

  Line   core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php  
 ------ ----------------------------------------------------------------------------------------- 
  123    Class Drupal\path\Plugin\migrate\destination\UrlAlias not found.                         

This class was removed in Drupal 9 following #3009014: Convert path alias migrations to use entity:path_alias destination

Steps to reproduce

Proposed resolution

Remove the reference.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3205029.patch1.1 KBlongwave
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
FileSize
1.1 KB
quietone’s picture

Status: Needs review » Reviewed & tested by the community

Looks good. This is a nice cleanup.

Thanks @longwave.

  • catch committed 66fda84 on 9.2.x
    Issue #3205029 by longwave: DestinationCategoryTest refers to a non-...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed 66fda84 and pushed to 9.2.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.