Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
phpunit
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Nov 2015 at 01:23 UTC
Updated:
3 Dec 2015 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottComment #3
alexpottComment #6
alexpottThe fails have nothing to do with this patch.
Comment #7
alexpottThe fails have nothing to do with this patch.
Comment #9
alexpottThey still have nothing to do with this patch
Comment #10
wim leersYep, testbot is basically broken right now. Already reported in
#drupal-testing.Comment #12
alexpottDrupalCI hopefully you are fixed.
Comment #13
dawehnerFor now that seems to be the right fix. On the longrun we should just move the constants to the class, reference the old ones and be happy. This would be a BC compatible fix.
Comment #14
alexpott@dawehner I totally agree that we should deprecate all Global constants throughout the 8.x.x cycle but yeah I just did the quickest thing.
Comment #15
neclimdul+1 on both accounts, thanks.
Comment #17
catchCommitted/pushed to 8.0.x, thanks!