Skip to content
Snippets Groups Projects
Commit eec92af3 authored by Sascha Grossenbacher's avatar Sascha Grossenbacher Committed by Sascha Grossenbacher
Browse files

Issue #3119262 by Berdir: Fix non-static access to $this->modules

parent 4e20cc8a
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class EntityReferenceRevisionsDeriverTest extends KernelTestBase {
*/
protected function setUp() {
parent::setUp();
$this->installConfig($this->modules);
$this->installConfig(static::$modules);
}
/**
......
......@@ -44,7 +44,7 @@ class EntityReferenceRevisionsDestinationTest extends KernelTestBase implements
parent::setUp();
$this->installEntitySchema('entity_test_composite');
$this->installSchema('system', ['sequences']);
$this->installConfig($this->modules);
$this->installConfig(static::$modules);
$this->migrationPluginManager = \Drupal::service('plugin.manager.migration');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment