function MigrateTestBase::startCollectingMessages
Same name in other branches
- 8.9.x core/modules/migrate/tests/src/Kernel/MigrateTestBase.php \Drupal\Tests\migrate\Kernel\MigrateTestBase::startCollectingMessages()
- 10 core/modules/migrate/tests/src/Kernel/MigrateTestBase.php \Drupal\Tests\migrate\Kernel\MigrateTestBase::startCollectingMessages()
- 11.x core/modules/migrate/tests/src/Kernel/MigrateTestBase.php \Drupal\Tests\migrate\Kernel\MigrateTestBase::startCollectingMessages()
Start collecting messages and erase previous messages.
14 calls to MigrateTestBase::startCollectingMessages()
- MigrateBlockedIpsTest::testBlockedIps in core/
modules/ ban/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBlockedIpsTest.php - Tests migration of blocked IPs.
- MigrateCommentTypeTest::testNoCommentTypeMigration in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d7/ MigrateCommentTypeTest.php - Tests comment type migration without node or / and comment on source.
- MigrateCommentTypeTest::testNoCommentTypeMigration in core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ d6/ MigrateCommentTypeTest.php - Tests comment type migration without node or / and comment on source.
- MigrateDefaultLanguageTest::testMigrationWithExistingLanguage in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d7/ MigrateDefaultLanguageTest.php - Tests language_default migration with a non-existing language.
- MigrateDefaultLanguageTest::testMigrationWithExistingLanguage in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d6/ MigrateDefaultLanguageTest.php - Tests language_default migration with an existing language.
File
-
core/
modules/ migrate/ tests/ src/ Kernel/ MigrateTestBase.php, line 213
Class
- MigrateTestBase
- Creates abstract base class for migration tests.
Namespace
Drupal\Tests\migrate\KernelCode
public function startCollectingMessages() {
$this->collectMessages = TRUE;
$this->migrateMessages = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.