function FileCopyTest::testFileProcessBaseConstructor

Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/tests/src/Unit/process/FileCopyTest.php \Drupal\Tests\migrate\Unit\process\FileCopyTest::testFileProcessBaseConstructor()
  2. 10 core/modules/migrate/tests/src/Unit/process/FileCopyTest.php \Drupal\Tests\migrate\Unit\process\FileCopyTest::testFileProcessBaseConstructor()
  3. 11.x core/modules/migrate/tests/src/Unit/process/FileCopyTest.php \Drupal\Tests\migrate\Unit\process\FileCopyTest::testFileProcessBaseConstructor()

Tests that the plugin constructor correctly sets the configuration.

@dataProvider providerFileProcessBaseConstructor

Parameters

array $configuration: The plugin configuration.

$expected: The expected value of the plugin configuration.

File

core/modules/migrate/tests/src/Unit/process/FileCopyTest.php, line 29

Class

FileCopyTest
Tests the file copy process plugin.

Namespace

Drupal\Tests\migrate\Unit\process

Code

public function testFileProcessBaseConstructor($configuration, $expected) {
    $this->assertPlugin($configuration, $expected);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.