You are here

public static property ImportExportTestBase::$normalizeList in Acquia Content Hub 8.2

List of properties to be ignored on export tests.

Type: array

File

tests/src/Kernel/ImportExportTestBase.php, line 57

Class

ImportExportTestBase
Base for testing exports and imports.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $normalizeList = [
  'content_translation_created',
  'content_translation_changed',
  'content_translation_outdated',
  'content_translation_source',
  'menu_link',
  'revision_created',
  'revision_translation_affected',
  'revision_log',
  'comment',
];