I solved the doctrine bug, but php-symfony-polyfill 1.10.0 turned out to be harder nut to crack:
For reference: 1. I removed references for Normalizer::NONE as they were testing if the code would "assert" (whatever that means in this context) 2. There was mismatch between declaration of warning() function in TestListener 3. I commented out all IDNA2003 tests as I suspect that something has moved to IDNA2008 and that's causing failure And then it started to be beyond my current understanding of the code and the amount of time I would like to spend fixing it. Cheers, Ondrej -- Ondřej Surý <[email protected]> On Tue, Nov 6, 2018, at 15:41, Emilio Pozuelo Monfort wrote: > On 21/10/2018 07:51, OndÅej Surý wrote: > > Thanks! All look good now. > > > > Now, if you can bump php-defaults, so it migrates earlier and kick > > kopanocore and php-mailparse from testing, and we could remove php7.2 from > > the archive and be done with this transition. > > php-defaults delay is caused by #912114 and #911832. > > Cheers, > Emilio

