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

Change file permission and improve assertion

Open peter279k opened this issue 4 years ago • 0 comments

Changed log

  • Correct the file permission for PHP files on tests folder.
  • Using the assertCount to assert expected is same as result.
  • Adding the XDEBUG_MODE=coverage to resolve following issue:
Code coverage needs to be enabled in php.ini by setting 'xdebug.mode' to 'coverage'

peter279k avatar Mar 03 '21 15:03 peter279k