File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
use OpenStack \BlockStorage \v2 \Models \Volume ;
7
7
use OpenStack \BlockStorage \v2 \Models \VolumeType ;
8
8
use OpenStack \Integration \TestCase ;
9
+ use OpenStack \Integration \Utils ;
9
10
use OpenStack \OpenStack ;
10
11
11
12
class V2Test extends TestCase
@@ -18,7 +19,7 @@ class V2Test extends TestCase
18
19
private function getService ()
19
20
{
20
21
if (null === $ this ->service ) {
21
- $ this ->service = (new OpenStack ())->blockStorageV2 ($ this -> getAuthOpts ());
22
+ $ this ->service = (new OpenStack ())->blockStorageV2 (Utils:: getAuthOpts ());
22
23
}
23
24
24
25
return $ this ->service ;
Original file line number Diff line number Diff line change 5
5
use OpenStack \Images \v2 \Models \Image ;
6
6
use OpenStack \Images \v2 \Models \Member ;
7
7
use OpenStack \Integration \TestCase ;
8
+ use OpenStack \Integration \Utils ;
8
9
use OpenStack \OpenStack ;
9
10
10
11
class V2Test extends TestCase
@@ -17,7 +18,7 @@ class V2Test extends TestCase
17
18
private function getService ()
18
19
{
19
20
if (null === $ this ->service ) {
20
- $ this ->service = (new OpenStack ())->imagesV2 ($ this -> getAuthOpts ());
21
+ $ this ->service = (new OpenStack ())->imagesV2 (Utils:: getAuthOpts ());
21
22
}
22
23
23
24
return $ this ->service ;
You can’t perform that action at this time.
0 commit comments