Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jan 2018 at 14:16 UTC
Updated:
5 Feb 2018 at 19:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mondrakeComment #3
ioana apetri commentedComment #4
ioana apetri commentedPlease review, Thanks:)
Comment #5
mohit1604 commentedPatch seems good , thanks @yo30 :)
Comment #6
alexpottCan this line go next to the related
'The Symfony\Component\ClassLoader\ApcClassLoader class is deprecated since Symfony 3.3 and will be removed in 4.0. Use `composer install --apcu-autoloader` instead.',line to make life a bit simpler.Comment #7
mohit1604 commentedComment #8
mohit1604 commentedWorked as per comment #6. Please review , Thanks :)
Comment #9
alexpottThis is already present. The WinCacheClassLoader deprecation needs to be moved to be alongside.
Comment #10
mohit1604 commented@alexpott , did changes as per comment #9, please review it, Thank You :)
Comment #11
mohit1604 commentedComment #12
mondrakeThank you all!
Tested this patch, in combination with the patch in #2932715: PHPUnit testing fails on Windows since #2928249, in an Windows Appveyor build of the Imagemagick module.
Without the patch: https://ci.appveyor.com/project/mondrake/imagemagick/build/1.0.307
With the patch: https://ci.appveyor.com/project/mondrake/imagemagick/build/1.0.314
RTBC
Comment #13
alexpottCredited myself and @mondrakefor reviewing and testing the patch.
Comment #14
alexpottCommitted and pushed 044194047b to 8.6.x and 18ef80802a to 8.5.x. Thanks!