Closed (fixed)
Project:
Purge
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2024 at 04:55 UTC
Updated:
4 Jun 2024 at 18:14 UTC
Jump to comment: Most recent
There are two copies of the same module, one in in tests/modules/purge_queuer_test and one in modules/purge_queuer_test. They are clearly the same module, as they both use the same files, and the description in the .info.yml file is the same.
name: 'Purge tests support (queuers)'
type: module
description: "Provides queuers for testing."
package: Testing
dependencies:
- purge:purge
name: 'Purge tests support (queuers)'
type: module
description: "Provides queuers for testing."
package: Testing
dependencies:
- purge:purge
Only one of those modules should be present.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
rajan kumar@2026 commentedComment #3
rajan kumar@2026 commentedComment #4
avpadernoComment #6
avpadernoComment #9
japerryHuh I cannot seem to find any evidence of why that was added with the drush command refactoring. Definitely shouldn't be there, sooo removed!