You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Drupal core moving towards strict types, more info I've added a test pipeline in preparation localgovdrupal/localgov_project#153 which has highlighted some failures which we should fix.
------ --------------------------------------------------------------
Line modules/contrib/localgov_guides/localgov_guides.module
------ --------------------------------------------------------------
180 Call to function in_array() requires parameter #3 to be set.
181 Call to function in_array() requires parameter #3 to be set.
------ --------------------------------------------------------------
------ ------------------------------------------------------------------
Line modules/contrib/localgov_guides/src/ChildParentRelationship.php
------ ------------------------------------------------------------------
64 Call to function array_keys() requires parameter #3 to be set.
87 Call to function array_keys() requires parameter #3 to be set.
96 Call to function array_search() requires parameter #3 to be set.
------ ------------------------------------------------------------------
------ ----------------------------------------------------------------------------
Line modules/contrib/localgov_guides/tests/src/Kernel/OverviewPageIntegrity.php
------ ----------------------------------------------------------------------------
55 Call to method Drupal\KernelTests\KernelTestBase::setUp() with
incorrect case: setup
100 Call to function array_search() requires parameter #3 to be set.
101 Call to function array_search() requires parameter #3 to be set.
120 Call to function array_search() requires parameter #3 to be set.
121 Call to function array_search() requires parameter #3 to be set.
122 Call to function array_search() requires parameter #3 to be set.
------ ----------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
With Drupal core moving towards strict types, more info I've added a test pipeline in preparation localgovdrupal/localgov_project#153 which has highlighted some failures which we should fix.
The text was updated successfully, but these errors were encountered: