Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Aug 2018 at 10:23 UTC
Updated:
4 Sep 2018 at 16:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottSo let's remove them all and see...
Comment #3
alexpottComment #5
alexpottComment #6
alexpottComment #7
alexpottHmmm this on is probably not right. We just don't test on windows. Will add a comment.
Comment #8
alexpottComment #9
berdirThat's a nice patch :)
Reminded me of #2961861: Remove usage of WriteCheckSessionHandler, we should finish that one too, another 2 messages to get rid of..
Comment #10
borisson_The only one of the deprecations I had a question about was solved in #8, there's a typo in the comment but not setting it back to NW for that.
/s/we;ve/we've/
Comment #11
alexpottThanks for the reviews! Fixing the comment and making it less repetitive.
Comment #15
catchCommitted/pushed to 8.7.x and cherry-picked to 8.6.x. Thanks!
Comment #16
xjmThis will cause contrib/custom tests to start failing if they exercise the deprecated stuff, so we should mention it in the release notes. It would probably have been better to have this in before beta1.
Comment #17
berdircontrib doesn't fail on deprecations by default, so this shouldn't cause anything to fail :)
Comment #18
xjm@Berdir Was that changed since last year?
Comment #19
berdirYes, don't remember when exactly, drupalci.yml has a "suppress-deprecations: false", which is false for core and by default for contrib is true.
So you can opt-in if you really want to, but by default you won't have fails because of it. I guess at some point with D9 getting closer, we'll switch the default for contrib as well..
Comment #20
xjmCool, thanks @Berdir!