Closed (fixed)
Project:
Field Group
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2017 at 10:25 UTC
Updated:
27 Jul 2017 at 21:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
borisson_I tried fixing the 8.3.x tests, or at least I wanted to do that. Didn't really manage to.
What I did was:
tfunction calls, the tests don't have translations enabled, so no need to add that overheadIt's also one of the couple of places where we as devs can add some "personality" to tests. (for example, I added the titles of one of my favorite albums to the search api codebase like that a while ago: http://cgit.drupalcode.org/search_api/tree/tests/src/Functional/HooksTes...) ;)
Please help me figure out how to fix the migrate tests, it's the part of Drupal I know the least about and I have no idea why the tests are failing there.
I'm ending my day for now, but I'll come back to this issue over the weekend.
Comment #4
borisson_No idea why that's being tested to 8.1.x. should be 8.3.x.
Comment #5
borisson_Comment #6
nils.destoop commentedThx for the patch. I researched the remaining errors, and succeeded in it. Stupid dependencies :). Tests are now green again after the commit :)
Comment #8
nils.destoop commented