executeMigration('d6_dblog_settings'); } /** * Tests migration of dblog variables to dblog.settings.yml. */ public function testBookSettings() { $config = $this->config('dblog.settings'); $this->assertIdentical(10000, $config->get('row_limit')); $this->assertConfigSchema(\Drupal::service('config.typed'), 'dblog.settings', $config->get()); } }