diff --git a/.travis.yml b/.travis.yml index 19b339c..169a260 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,5 @@ install: script: - vendor/bin/phpunit + - vendor/bin/phpunit vendor/rackspace/php-opencloud/tests ... \ No newline at end of file diff --git a/composer.json b/composer.json index 6a6a103..f672fe3 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,10 @@ { "type": "git", "url": "https://github.com/roundpartner/verify-hash" + }, + { + "type": "git", + "url": "https://github.com/thomaslorentsen/php-opencloud" } ], "autoload": { @@ -29,7 +33,7 @@ } }, "require": { - "rackspace/php-opencloud": "^1.16", + "rackspace/php-opencloud": "dev-working", "roundpartner/verify-hash": "dev-master" }, "require-dev": { diff --git a/tests/Providers/QueueProvider.php b/tests/Providers/QueueProvider.php index fccc193..29b66cf 100644 --- a/tests/Providers/QueueProvider.php +++ b/tests/Providers/QueueProvider.php @@ -6,7 +6,7 @@ class QueueProvider { public static function domain() { - $body = <<