You are here

protected property MigrateTestBase::$migrateMessages in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/MigrateTestBase.php \Drupal\Tests\migrate\Kernel\MigrateTestBase::migrateMessages

A two dimensional array of messages.

The first key is the type of message, the second is just numeric. Values are the messages.

Type: array

File

core/modules/migrate/tests/src/Kernel/MigrateTestBase.php, line 34

Class

MigrateTestBase
Creates abstract base class for migration tests.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected $migrateMessages;