executeMigration('statistics_settings'); } /** * Tests migration of statistics variables to statistics.settings.yml. */ public function testStatisticsSettings() { $config = $this->config('statistics.settings'); $this->assertIdentical(1, $config->get('count_content_views')); $this->assertConfigSchema(\Drupal::service('config.typed'), 'statistics.settings', $config->get()); } }