3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

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',