You are here

protected property UrlAliasTest::$migrationConfiguration in Zircon Profile 8.0

Same name in this branch
  1. 8.0 core/modules/path/tests/src/Unit/Migrate/d6/UrlAliasTest.php \Drupal\Tests\path\Unit\Migrate\d6\UrlAliasTest::migrationConfiguration
  2. 8.0 core/modules/path/tests/src/Unit/Migrate/d7/UrlAliasTest.php \Drupal\Tests\path\Unit\Migrate\d7\UrlAliasTest::migrationConfiguration
Same name and namespace in other branches
  1. 8 core/modules/path/tests/src/Unit/Migrate/d7/UrlAliasTest.php \Drupal\Tests\path\Unit\Migrate\d7\UrlAliasTest::migrationConfiguration

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/path/tests/src/Unit/Migrate/d7/UrlAliasTest.php, line 21
Contains \Drupal\Tests\path\Unit\Migrate\d7\UrlAliasTest.

Class

UrlAliasTest
Tests the d7_url_alias source plugin.

Namespace

Drupal\Tests\path\Unit\Migrate\d7

Code

protected $migrationConfiguration = array(
  'id' => 'test',
  'source' => array(
    'plugin' => 'd7_url_alias',
  ),
);