Fixed minor bug in authtest.

This commit is contained in:
Technosophos 2012-06-14 13:46:04 -05:00
parent 5914dd1984
commit e1844b3060

View File

@ -26,7 +26,8 @@ SOFTWARE.
* You can run the test with `php test/AuthTest.php username key`.
*/
require_once 'src/HPCloud/Bootstrap.php';
$base = dirname(__DIR__);
require_once $base . '/src/HPCloud/Bootstrap.php';
use \HPCloud\Storage\ObjectStorage;
use \HPCloud\Services\IdentityServices;