MigrateManifestTest.php in Migrate Manifest 8.2
Same filename and directory in other branches
Namespace
Drupal\Tests\migrate_manifest\UnitFile
tests/src/Unit/MigrateManifestTest.phpView 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
Name | Description |
---|---|
MigrateManifestTest | Execution form test. |