Skip to content

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

Fix dummy method turnOff throwing exception over missing id under PHP 8.2

16 Aug 19:12
98c83aa
Compare
Choose a tag to compare

Fixed

  • dummy method turnOff throwing exception over missing id under PHP 8.2

Add non-functional twoStepVerification turnOff method

16 Aug 18:02
f09dd79
Compare
Choose a tag to compare

Added

  • Non-functional twoStepVerification turnOff method

Fix isEnrolled2Sv and isEnforced2Sv values

27 Jul 15:59
1ec0854
Compare
Choose a tag to compare

Fixed

  • Ensure that isEnforced2Sv and isEnrolled2Sv properties are mocked by setting and reading them.

Extend doesUserMatch for orgUnitPath

12 Jul 20:04
3f837bf
Compare
Choose a tag to compare

Fixed

  • Fix separator logic to work with orgUnitPath=

Changed

  • Upgraded Vagrantfile to use Focal, not Bionic

Security

  • Upgraded dependencies

Add default value for agreedToTerms

12 Jul 14:18
78f93f5
Compare
Choose a tag to compare

Added

  • Default agreedToTerms to false

Fixed

  • Corrected to ISO-8601 format for creationTime and lastLoginTime
  • Corrected published against main not develop

Add default value for agreedToTerms

12 Jul 14:15
68be4dd
Compare
Choose a tag to compare
Pre-release

Added

  • Default agreedToTerms to false

Fixed

  • Corrected to ISO-8601 format for creationTime and lastLoginTime

Fix missing fullName

16 May 15:50
b1da6e3
Compare
Choose a tag to compare

Fixed

  • Fix missing fullName on listUsers() using concatenation of given and family names.

Add delete() for mocked token

21 Mar 14:32
2feb7d3
Compare
Choose a tag to compare

Added

  • delete() for Google_Service_Directory_Token mock

Fixed

  • Properly pass the mock database file name
  • Code quality improvements including some refactoring, PSR12, and PHPDoc clean up

Expand UserSettingsForwardingAddresses with delete()

16 Mar 18:33
b71eccf
Compare
Choose a tag to compare

Add

  • Skeleton delete() to UserSettingsForwardingAddresses mock
  • Skeleton tests for listUserSettingsForwardingAddresses() and delete()

Change

  • Revise make clean to remove only stopped containers, and not prune networks, images, and volumes too

Use version number for `google/apiclient` dependency

05 Jan 15:30
d7bc07c
Compare
Choose a tag to compare

Changed

  • Changed tag from a commit-based reference to a version tag (that refers to the same commit)

Removed

  • Removed deprecated sqlite dependency in Docker image used for tests and composer updates