Fix: $modules property must be declared protected.

This commit is contained in:
Michael Stenta 2023-10-11 12:32:09 -04:00
parent 1b72dccb80
commit 5cc870c316
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class NumericConditionTest extends KernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'data_stream_notification',
];

View File

@ -15,7 +15,7 @@ class FlagTest extends KernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'farm_field',
'farm_flag',
'log',