You are here

class TestGet in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/migrate/tests/src/Unit/process/GetTest.php \Drupal\migrate\Plugin\migrate\process\TestGet

Hierarchy

  • class \Drupal\migrate\Plugin\migrate\process\TestGet extends \Drupal\Tests\migrate\Unit\process\Get

Expanded class hierarchy of TestGet

1 file declares its use of TestGet
GetTest.php in core/modules/migrate/tests/src/Unit/process/GetTest.php
Contains \Drupal\Tests\migrate\Unit\process\GetTest.

File

core/modules/migrate/tests/src/Unit/process/GetTest.php, line 89
Contains \Drupal\Tests\migrate\Unit\process\GetTest.

Namespace

Drupal\Tests\migrate\Unit\process
View source
class TestGet extends Get {
  public function __construct() {
  }
  public function setSource($source) {
    $this->configuration['source'] = $source;
  }

}

Members