function TestSqlBase::setConfiguration
Allows us to set the configuration from a test.
Parameters
array $config: The config array.
File
-
core/
modules/ migrate/ tests/ src/ Kernel/ SqlBaseTest.php, line 243
Class
- TestSqlBase
- A dummy source to help with testing SqlBase.
Namespace
Drupal\Tests\migrate\KernelCode
public function setConfiguration($config) {
$this->configuration = $config;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.