You are here

protected property MigrateTestBase::$migrateMessages in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Tests/MigrateTestBase.php \Drupal\migrate\Tests\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/src/Tests/MigrateTestBase.php, line 38
Contains \Drupal\migrate\Tests\MigrateTestBase.

Class

MigrateTestBase
Base class for migration tests.

Namespace

Drupal\migrate\Tests

Code

protected $migrateMessages;