Closed (fixed)
Project:
Twig Tweak
Version:
4.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2026 at 14:31 UTC
Updated:
14 Apr 2026 at 14:10 UTC
Jump to comment: Most recent
Pipeline is currently broken, needs to be fixed.
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
anybody@grevil could you have a look if you see the reason?
Comment #3
anybody@grevil this is VERY interesting IMHO (also for our docs): #3578759: Fix GitLab pipelines (tests, phpstan, phpcs, cspell) and reduce waste
Comment #6
anybody@grevil the gitlab-ci.yml configuration here might even be smarter! Really nice learnings!!
Comment #7
anybodyComment #8
anybodyLooking at the tests this seems to be broken since about Dez 2024?
https://git.drupalcode.org/project/twig_tweak/-/commits/3.x?ref_type=heads
Comment #12
grevil commentedShould be fixed now, the key order was the problem, as "PHPUnitAssert::assertSame" also asserts the array key correct order.
Comment #13
anybody@grevil: I think it doesn't make sense to compare the order? Let's fix that!
Comment #14
anybodyPerfect!
Comment #15
anybodyComment #17
liam morlandI suggest you fully disable testing on Drupal 12 ("next major") until you are making a branch for D12 compatibility.
Getting tests to pass on Drupal 11.4 ("next minor") will also be important soon.