You are here

MigrateManifestTest.php in Migrate Manifest 8

File

tests/src/Unit/MigrateManifestTest.php
View source
<?php

namespace Drupal\Tests\migrate_manifest\Unit;

use Drupal\Tests\UnitTestCase;

/**
 * Execution form test.
 *
 * @group migrate_tools
 */
class MigrateManifestTest extends UnitTestCase {

  /**
   * Test thing foo...
   */
  public function testExecution() {
    $this
      ->markTestIncomplete('Write tests');
  }

}

Classes

Namesort descending Description
MigrateManifestTest Execution form test.