Skip to content
Snippets Groups Projects

Add content in tests only when needed

Open quietone requested to merge issue/drupal-3266491:3266491-10.4-add-content-in into 10.4.x
5 unresolved threads

Closes #3266491

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 13 * Test the credential form for both Drupal 6 and Drupal 7 sources.
14 14 *
15 15 * The credential form is tested with incorrect credentials, correct
16 * credentials, and incorrect file paths.
16 * credentials, and incorrect file paths. This is foo.
  • 13 14 */
    14 15 class IdConflictTest extends MigrateUpgradeExecuteTestBase {
    15 16
    17 use CreateTestContentEntitiesTrait;
    18
  • 4 4
    5 5 namespace Drupal\Tests\migrate_drupal_ui\Functional\d6;
    6 6
    7 use Drupal\Tests\migrate_drupal\Traits\CreateTestContentEntitiesTrait;
  • 13 14 */
    14 15 class IdConflictTest extends MigrateUpgradeExecuteTestBase {
    15 16
    17 use CreateTestContentEntitiesTrait;
    18
  • 4 4
    5 5 namespace Drupal\Tests\migrate_drupal_ui\Functional\d7;
    6 6
    7 use Drupal\Tests\migrate_drupal\Traits\CreateTestContentEntitiesTrait;
    Please register or sign in to reply
    Loading