updated contrib modules : pathauto, token, entity_api, search_api, redirect, features

This commit is contained in:
2018-09-12 15:05:44 +02:00
parent b8e8cc8cee
commit a4746432c7
281 changed files with 4839 additions and 2453 deletions
@@ -6,8 +6,8 @@ package: Test
dependencies:
- features
# Information added by Drupal.org packaging script on 2018-02-27
version: '8.x-3.7'
# Information added by Drupal.org packaging script on 2018-09-09
version: '8.x-3.8'
core: '8.x'
project: 'features'
datestamp: 1519763291
datestamp: 1536512288
@@ -6,8 +6,8 @@ package: Test
dependencies:
- features
# Information added by Drupal.org packaging script on 2018-02-27
version: '8.x-3.7'
# Information added by Drupal.org packaging script on 2018-09-09
version: '8.x-3.8'
core: '8.x'
project: 'features'
datestamp: 1519763291
datestamp: 1536512288
@@ -18,6 +18,15 @@ class FeaturesAssignerTest extends KernelTestBase {
protected $strictConfigSchema = FALSE;
/**
* {@inheritdoc}
*/
protected function setUp() {
parent::setUp();
// We need system.site in order to run $this->configImporter->import().
$this->installConfig('system');
}
/**
* Test bundle auto-creation during config import.
*
@@ -41,7 +50,7 @@ class FeaturesAssignerTest extends KernelTestBase {
// Uninstall modules.
$installer->uninstall(['features', 'test_feature']);
// Restore the config from after install..
// Restore the config from after install.
$this->configImporter()->import();
// Find the auto-created bundle.