Skip to content

Releases: silinternational/google-api-php-client-mock

Update dependencies

10 Jun 19:40
68d4271
Compare
Choose a tag to compare

Change

  • Update to PHP 7.4 (from PHP 7.3)
  • Update to apiclient-services 0.176 (from 0.83)

PHP 7.3, PHPUnit 9.5.4

24 Mar 14:44
b36817c
Compare
Choose a tag to compare

Changed

  • Switch from PHP 7.2 to 7.3

Fix

  • Upgraded from PHPUnit 8.x to 9.5.4 at least

Release 0.9.0

11 Jan 22:30
fdb9089
Compare
Choose a tag to compare

Fix

Fix listVerificationCodes

24 Aug 21:58
165c63a
Compare
Choose a tag to compare

Fix

  • Corrected crash with no verification codes generated.

Add verificationCodes API

07 Aug 18:59
34c2d57
Compare
Choose a tag to compare

Added

  • Verification Codes: generate, list, invalidate

Release 0.7.1

08 Apr 13:34
ce6828a
Compare
Choose a tag to compare

Fixed

  • Added missing properties on Gmail mock object.

Fix `listUsersSettingsDelegates()`, revise Makefile

06 Apr 14:08
e158a35
Compare
Choose a tag to compare

Fixed:

  • Add test for listUsersSettingsDelegates()
  • Fix listUsersSettingsDelegates() method to return delegates that the mock has been given

Changed:

  • Revise make clean to clean up Docker images, not Composer dependencies
  • Rename make test (for testing via Vagrant) to make vagrantTest
  • Rename make phpunit (for testing via Docker) to make test

Dockerization

24 Mar 15:01
7ec9b55
Compare
Choose a tag to compare

Added

  • Added a docker testing container and appropriate Makefile commands.

Removed

  • Unused some unused files.

PHPUnit upgrade

17 Mar 12:51
ad09e5e
Compare
Choose a tag to compare

Fixed

  • This upgraded PHPUnit from 3.7, which had security issues, to 8.x instead.

Added

  • Also made running tests easier via Makefile.

Fix listUsers mock to match Google API

10 Mar 18:33
48254bd
Compare
Choose a tag to compare
Merge pull request #19 from silinternational/develop

Release 0.5.1