Releases: silinternational/google-api-php-client-mock
Releases · silinternational/google-api-php-client-mock
Add domains.list
Fix groups.get aliases array content data type
Fix
- ensure the aliases are string[] and not an array of Google Group Alias objects
Fix groups.list aliases results
Fix
- Append proper aliases information into the groups result
Add Group Aliases, group.update, and tests
Fixed
- group.delete also deletes all the aliases
- group.insert throws exception when group exists
- group.get pulls aliases from group alias records
- group.insert pulls aliases from group alias records
Changed
- group.get can find by alias
- members tests revised to use group constants and a member constant
Added
- group.update
- alias constant to group tests
- initial setup to delete any pre-existing group or update group from previous runs
- aliases values to group object to confirm group.insert does not insert aliases
- tests for group.update
- setup function to add group and group alias for testing deletion
- group.delete tests by email and alias
- group.get tests by email and alias
- version number to composer.json
Security
- updated dependencies in composer.lock
Add Group Alias functionality
Add
- delete, insert, and listGroupsAliases for Group Alias functionality
- tests for the Group Alias functionality
Change (non-breaking)
- renamed variable names with $_
- PSR-12 clean up on various files
Fix
- id generation in Group data
Handle null name fields gracefully
Fix
- Gracefully handle edge case of null name fields
Update authors in composer.json
Fixed
- Update authors in composer.json
Fix user entry matching logic
Fix
- User entry matching logic when listing users
Docker compose and workflow file cleanup
Remove
- Removed service tag in the phpunit-tests.yml workflow file
Fix
- changed
docker-compose
todocker compose
Fix name property data type
Fix
- Make the name property of the user object a Google\Service\Directory\UserName object, not an array