Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2016 at 14:02 UTC
Updated:
22 Mar 2016 at 23:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
amateescu commentedLet's try this.
Comment #3
berdirWhen discussing with alexpott, @dawehner and I discussed that it shouldn't be needed to backport the other issue.
I think it's enough if contrib tests work with the current and upcoming minor version, so once 8.1.x is out, you could convert to the new one.
But I'm also OK if someone thinks this is important enough. Just the base class is certainly already better and less disruption.
Comment #4
amateescu commentedIMO the disruption is 0 and it lets patches like #2644088: DefaultTableMapping::getFieldTableName does not report table for fields with dedicated storage be in sync for all three branches.
Comment #5
kevin.dutra commentedA little minor code style cleanup:
$maxDepthand$ignoreCaseshould be lowercase with underscores.Comment #6
amateescu commentedThis is just a part of the patch that was committed in #2679096: Convert Kernel Tests in Drupal\system\Tests\Entity to phpunit. I think the arguments were not changed to fit our coding standards in order to be consistent with the parent method.
Comment #7
kevin.dutra commentedAh, okay -- I guess I'll defer to the original issue on that. Since this change is pretty minor, low impact, and helps to avoid reworking patches among the different 8.x branches, I'm going to go ahead and mark this RTBC.
Comment #9
catchI had to double check on 3v4l.org that callers of this won't get a message, but it's only the other way 'round that you get E_DEPRECATED if you call it the wrong way.
Committed/pushed to 8.0.x, thanks!