updated contrib modules : pathauto, token, entity_api, search_api, redirect, features
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
+3
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user