Skip to content
Snippets Groups Projects
Commit 2fe6d043 authored by Dave Reid's avatar Dave Reid
Browse files

Fixed test running on D10.

parent ddc1af63
No related branches found
No related tags found
No related merge requests found
Pipeline #45868 failed
......@@ -17,7 +17,7 @@ class FormOverridesTest extends KernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'system',
'config',
'block',
......@@ -28,7 +28,7 @@ class FormOverridesTest extends KernelTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() {
protected function setUp(): void {
parent::setUp();
$this->installEntitySchema('block');
$this->installConfig('config_override_test');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment