class TestFileCopy

Same name and namespace in other branches
  1. 11.x core/modules/migrate/tests/src/Unit/process/FileCopyTest.php \Drupal\Tests\migrate\Unit\process\TestFileCopy

Class for testing FileCopy.

Hierarchy

Expanded class hierarchy of TestFileCopy

File

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

Namespace

Drupal\Tests\migrate\Unit\process
View source
class TestFileCopy extends FileCopy {
  
  /**
   * Gets this plugin's configuration.
   *
   * @return array
   *   An array of this plugin's configuration.
   */
  public function getConfiguration() {
    return $this->configuration;
  }

}

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