unsplash-php
unsplash-php copied to clipboard
Change file permission and improve assertion
Changed log
- Correct the file permission for PHP files on
testsfolder. - Using the
assertCountto assert expected is same as result. - Adding the
XDEBUG_MODE=coverageto resolve following issue:
Code coverage needs to be enabled in php.ini by setting 'xdebug.mode' to 'coverage'