Closed (fixed)
Project:
Facets
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2022 at 15:36 UTC
Updated:
24 Jan 2022 at 13:59 UTC
Jump to comment: Most recent
The $modules property must be declared protected in tests. See https://www.drupal.org/node/2909426
Declare $modules as a protected property in tests.
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
idebr commentedComment #3
anagomes commentedComment #5
anagomes commentedThere were some tests from submodules that still had the
$modulesproperty as public, so I changed them to protected. And also opened a MR with the two commits (mine and @idebr's).Comment #6
idebr commentedThanks anagomes :)
Merge request is now complete.
Comment #9
mkalkbrenner