- Issue created by @wim leers
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Necessary to not fall behind Drupal core HEAD, see #3495129-12: Add `toArray()` method to prop sources β for the first symptom.
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Anybody can do this: XB is just using the standard GitLab CI template from https://www.drupal.org/project/gitlab_templates β π
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
This MR will need to make this change, among others:
diff --git a/phpstan.neon b/phpstan.neon index 37ccc1a0..e2882965 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,12 +9,11 @@ parameters: - profile excludePaths: - modules/xb_vite - - modules/same_page_preview # These are 1:1 copies from Drupal core, with trivial additions that cannot have significant PHPStan impact. PHPStan compliance should happen upstream. - src/Plugin/DataTypeOverride - src/Plugin/Field/FieldTypeOverride # The npm package flatted includes PHP files π - - tests/src/Cypress/node_modules + - tests/src/Cypress/node_modules? - ui/node_modules # This trait decorates core's \Drupal\Core\Test\FunctionalTestSetupTrait::prepareSettings(), which itself triggers a PHPStan warning that core ignores. Match that. - tests/src/Traits/ContribStrictConfigSchemaTestTrait.php
- π¬π§United Kingdom longwave UK
π Update CI templates for Drupal 11.1.0 Active is related to this, over there we start to run tests on 11.2 - maybe we should land that as-is and then try to fix 11.2 support over here.
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
wim leers β credited larowlan β .
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
π Update CI templates for Drupal 11.1.0 Active landed.
Crediting Lee here for his review over there that relates to the scope of this issue.
- π¬π§United Kingdom longwave UK
Duplicate of π PHPUnit Next Major tests failing Active ?