Skip to content
Snippets Groups Projects
Commit bb50fad6 authored by M Parker's avatar M Parker Committed by Fabian de Rijk
Browse files

Issue #3329995 by mparker17: Declare upgrade status from D7

parent 7e8c11b8
No related branches found
No related tags found
No related merge requests found
finished:
7:
flood_control: flood_control
<?php
namespace Drupal\Tests\flood_control\Kernel;
use Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase;
use Drupal\Tests\migrate_drupal\Traits\ValidateMigrationStateTestTrait;
/**
* Tests that flood_control has a declared D7 migration status.
*
* ValidateMigrationStateTestTrait::testMigrationState() will succeed if the
* modules enabled in \Drupal\Tests\KernelTestBase::bootKernel() have a valid
* migration status (i.e.: finished or not_finished); but will fail if they do
* not have a declared migration status.
*
* @group flood_control
*/
class ValidateD7MigrationStateTest extends MigrateDrupal7TestBase {
use ValidateMigrationStateTestTrait;
/**
* {@inheritdoc}
*/
public static $modules = ['flood_control'];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment