Open icex opened 6 years ago
Would you like to send a pull request with the fix for this issue?
Hi, working on it :)
Also note that "Lots of deprecated errors" doesnt mean broken. It can and should then just be silenced. It is good to support more than just the latest minor if possible here anyway. Only force ^3.6 as dependency here if really necessary and one is forced to use a new method that is only available in this new minor.
@icex Thanks so much!
I have got it working on my branch (only for the latest version of cake, it should be 4.x ready) https://github.com/icex/codeception
I'll submit a PR after more testing and add back support for older versions
I recently upgraded to cake 3.6 and all my tests are broken.