You are here

protected property MigrateMessageTest::$messages in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Tests/MigrateMessageTest.php \Drupal\migrate\Tests\MigrateMessageTest::messages

Messages accumulated during the migration run.

Type: array

File

core/modules/migrate/src/Tests/MigrateMessageTest.php, line 44
Contains \Drupal\migrate\Tests\MigrateMessageTest.

Class

MigrateMessageTest
Test whether idmap messages are sent to the message interface when requested.

Namespace

Drupal\migrate\Tests

Code

protected $messages = [];