php-photoslibrary
php-photoslibrary copied to clipboard
Tests Failed on PHP Version 5.5
One of the test of current main branch code is failing on PHP version 5.5.

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?