Releases: silinternational/google-api-php-client-mock
Releases · silinternational/google-api-php-client-mock
Update dependencies
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
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
Fix
- Corrected 'id' data type to string, as per Google Admin SDK Reference Page
Fix listVerificationCodes
Fix
- Corrected crash with no verification codes generated.
Add verificationCodes API
Added
- Verification Codes: generate, list, invalidate
Release 0.7.1
Fixed
- Added missing properties on Gmail mock object.
Fix `listUsersSettingsDelegates()`, revise Makefile
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) tomake vagrantTest
- Rename
make phpunit
(for testing via Docker) tomake test
Dockerization
Added
- Added a docker testing container and appropriate Makefile commands.
Removed
- Unused some unused files.
PHPUnit upgrade
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
Merge pull request #19 from silinternational/develop Release 0.5.1