Releases: silinternational/google-api-php-client-mock
Releases · silinternational/google-api-php-client-mock
Fix dummy method turnOff throwing exception over missing id under PHP 8.2
Fixed
- dummy method turnOff throwing exception over missing id under PHP 8.2
Add non-functional twoStepVerification turnOff method
Added
- Non-functional twoStepVerification turnOff method
Fix isEnrolled2Sv and isEnforced2Sv values
Fixed
- Ensure that isEnforced2Sv and isEnrolled2Sv properties are mocked by setting and reading them.
Extend doesUserMatch for orgUnitPath
Fixed
- Fix separator logic to work with orgUnitPath=
Changed
- Upgraded Vagrantfile to use Focal, not Bionic
Security
- Upgraded dependencies
Add default value for agreedToTerms
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
Added
- Default agreedToTerms to false
Fixed
- Corrected to ISO-8601 format for creationTime and lastLoginTime
Fix missing fullName
Fixed
- Fix missing fullName on listUsers() using concatenation of given and family names.
Add delete() for mocked token
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()
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
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