Deprecation: `assertAttributeEquals`
Closed this issue · 1 comments
KinaneD commented
@ specialtactics
"The use of assertAttributeEquals is deprecated in phpunit 8 and will be removed in 9. It has no direct replacement, but I think the thing to do is just to add getter methods to the Connection class, which will allow testing. Or alternatively, creating a testing double that extends Connection and has those getter methods. I would be happy to implement either option, just let me know which you think is best."