Closed amenophis closed 1 year ago
PHPUnit deprecates the TestCase::__construct override possibility, so i move the MatcherFactory instantiation to a @before tagged method.
TestCase::__construct
MatcherFactory
@before
@lchrusciel ok for you ?
Hey Jérémy!
Sorry for not including your PR, but I've just made the same change to fix BC-Break recently introduced. I've have forgotten about your PR tho. I'm very sorry for that.
PHPUnit deprecates the
TestCase::__construct
override possibility, so i move theMatcherFactory
instantiation to a@before
tagged method.@lchrusciel ok for you ?