Closed (fixed)
Project:
JSON:API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2017 at 21:00 UTC
Updated:
11 Feb 2017 at 05:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hampercm commentedThis is a result of the changes to the functional tests made for multilingual GET support. I'm not sure why the abstract base class is being instantiated, as this pattern seems to be used for functional tests in core.
Comment #3
hampercm commentedIt turns out that the
@groupannotation in the PHPDoc is what was causing the abstract class to be instantiated as if it had valid tests. Removing that fixes the failure. I also renamed the ...BaseTest class to ...TestBase for consistency.Comment #4
wim leersComment #5
e0ipsoI'm very confused about this issue. I was doing what this patch contains in the past and I was recetly corrected in that behavior (#2833282: Fix the testbot). Maybe they changed the testbot.
I'll be merging this ASAP. Sorry it took me so long.
Comment #7
e0ipso