Problem/Motivation
MigrateForumTest uses the migrate_drupal test fixture instead of the forum one.
Steps to reproduce
Proposed resolution
Use \Drupal\Tests\forum\Kernel\Migrate\d6\MigrateForumTest::getFixtureFilePath in the test to get the correct fixture.
Remaining tasks
Patch
Review
Commit
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3350511-4.patch | 108.9 KB | quietone |
| #4 | interdiff-2-4.txt | 650 bytes | quietone |
| #2 | 3350511-2.patch | 108.09 KB | quietone |
| #2 | 3350511-2-no-fixture.patch | 614 bytes | quietone |
Comments
Comment #2
quietone commentedComment #4
quietone commentedThe fixture change was to add 'Upload' so that needed a change in the Upgrade test as well.
Comment #5
larowlanThis is isolated to forum tests/fixtures so makes sense to me.
Comment #7
catchCommitted 48e0549 and pushed to 10.1.x. Thanks!