You are here

protected property DrushTest::$importBaseOptions in Migrate Tools 8.4

Same name and namespace in other branches
  1. 8.5 tests/src/Kernel/DrushTest.php \Drupal\Tests\migrate_tools\Kernel\DrushTest::importBaseOptions

Base options array for import.

Type: array

File

tests/src/Kernel/DrushTest.php, line 35

Class

DrushTest
Tests for the Drush 9 commands.

Namespace

Drupal\Tests\migrate_tools\Kernel

Code

protected $importBaseOptions = [
  'all' => NULL,
  'group' => NULL,
  'tag' => NULL,
  'limit' => NULL,
  'feedback' => NULL,
  'idlist' => NULL,
  'idlist-delimiter' => MigrateTools::DEFAULT_ID_LIST_DELIMITER,
  'update' => NULL,
  'force' => NULL,
  'execute-dependencies' => NULL,
  'skip-progress-bar' => FALSE,
  'continue-on-failure' => FALSE,
  'sync' => FALSE,
];