function MigrateTestBase::stopCollectingMessages
Stop collecting messages.
File
-
core/
modules/ migrate/ tests/ src/ Kernel/ MigrateTestBase.php, line 221
Class
- MigrateTestBase
- Creates abstract base class for migration tests.
Namespace
Drupal\Tests\migrate\KernelCode
public function stopCollectingMessages() {
$this->collectMessages = FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.