php-photoslibrary icon indicating copy to clipboard operation
php-photoslibrary copied to clipboard

Tests Failed on PHP Version 5.5

Open arielmagbanua opened this issue 3 years ago • 0 comments

One of the test of current main branch code is failing on PHP version 5.5.

image

I bet originally the method was setExpectedException from phpunit 4.8.36. It is likely somebody refactored it to expectException since he/she might be working on new PHP version (perhaps 7.0?) which implies newer version of phpunit which setExpectedException is definitely deprecated.

Should we stop supporting PHP version 5.5 and support newer PHP version and then replace those deprecated methods?

arielmagbanua avatar Aug 20 '21 15:08 arielmagbanua