protected property MigrateTestBase::$migrateMessages in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/tests/src/Kernel/MigrateTestBase.php \Drupal\Tests\migrate\Kernel\MigrateTestBase::migrateMessages
- 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\KernelCode
protected $migrateMessages;