Fixed minor bug in authtest.
This commit is contained in:
parent
5914dd1984
commit
e1844b3060
@ -26,7 +26,8 @@ SOFTWARE.
|
|||||||
* You can run the test with `php test/AuthTest.php username key`.
|
* 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\Storage\ObjectStorage;
|
||||||
use \HPCloud\Services\IdentityServices;
|
use \HPCloud\Services\IdentityServices;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user