Skip to content
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

php: Add GetObject, PutObject, MultipartUpload tests #69

Merged
merged 4 commits into from
Jul 4, 2017

Commits on Jul 4, 2017

  1. php: Add GetObject, PutObject, MultipartUpload tests

    - CopyObject, DeleteObjects, GetBucketLocation
    - Made cleanup to run even when test fail using finally block.
    - Randomized bucket names to avoid collision across SDK tests.
    Krishnan Parthasarathi committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    028e03f View commit details
    Browse the repository at this point in the history
  2. Fix runtime error due to invalid constant http_ok

    Krishnan Parthasarathi committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    6e0751b View commit details
    Browse the repository at this point in the history
  3. php: Add tests that throw exceptions

    Krishnan Parthasarathi committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    6fefe6c View commit details
    Browse the repository at this point in the history
  4. php: add docs to all functions

    Krishnan Parthasarathi committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    78e6d4f View commit details
    Browse the repository at this point in the history