-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds travis and uses phpunit for all tests #1
Conversation
DocumentsDriveFiles:
Service AccountsCurrent: [email protected] |
I sent an email out to the team asking where are test files in Google Drive are. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 This is awesome! 🎉
Thanks! |
https://getcomposer.org/doc/01-basic-usage.md#autoloading Otherwise, following error was throw: ```shell PHP Fatal error: Uncaught Error: Class 'Google_Client' not found in /folder/google-drive-api/quickstart.php:8 Stack trace: #0 /folder/google-drive-api/quickstart.php(60): getClient() googleworkspace#1 {main} thrown in /folder/google-drive-api/quickstart.php on line 8 Fatal error: Uncaught Error: Class 'Google_Client' not found in /folder/google-drive-api/quickstart.php on line 8 Error: Class 'Google_Client' not found in /folder/google-drive-api/quickstart.php on line 8 Call Stack: 0.0010 411688 1. {main}() /folder/google-drive-api/quickstart.php:0 0.0011 411688 2. getClient() /folder/google-drive-api/quickstart.php:60 ```
No description provided.