Skip to content

Commit 20812c2

Browse files
committed
Refactor namespace for integration tests
1 parent f0e2ea1 commit 20812c2

File tree

18 files changed

+23
-23
lines changed

18 files changed

+23
-23
lines changed

tests/integration/BlockStorage/v2/CoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use OpenStack\BlockStorage\v2\Models\Snapshot;
66
use OpenStack\BlockStorage\v2\Models\Volume;
77
use OpenStack\BlockStorage\v2\Models\VolumeType;
8-
use OpenCloud\Integration\TestCase;
8+
use OpenStack\Integration\TestCase;
99
use OpenStack\Integration\Utils;
1010

1111
class CoreTest extends TestCase

tests/integration/CommonUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace OpenCloud\Integration;
3+
namespace OpenStack\Integration;
44

55
use GuzzleHttp\Client;
66

tests/integration/Compute/v2/CoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use OpenStack\Compute\v2\Models\Keypair;
1010
use OpenStack\Compute\v2\Models\Limit;
1111
use OpenStack\Compute\v2\Models\Server;
12-
use OpenCloud\Integration\TestCase;
12+
use OpenStack\Integration\TestCase;
1313
use OpenStack\Integration\Utils;
1414
use OpenStack\Networking\v2\Models\Network;
1515
use OpenStack\Networking\v2\Models\Subnet;

tests/integration/DefaultLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace OpenCloud\Integration;
3+
namespace OpenStack\Integration;
44

55
use Psr\Log\AbstractLogger;
66

tests/integration/Identity/v2/CoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace OpenStack\integration\Identity\v2;
44

5-
use OpenCloud\Integration\TestCase;
5+
use OpenStack\Integration\TestCase;
66

77
class CoreTest extends TestCase
88
{

tests/integration/Identity/v3/CoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace OpenStack\integration\Identity\v3;
44

55
use OpenStack\Identity\v3\Models;
6-
use OpenCloud\Integration\TestCase;
6+
use OpenStack\Integration\TestCase;
77
use OpenStack\Integration\Utils;
88

99
class CoreTest extends TestCase

tests/integration/Images/v2/CoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use OpenStack\Images\v2\Models\Image;
66
use OpenStack\Images\v2\Models\Member;
7-
use OpenCloud\Integration\TestCase;
7+
use OpenStack\Integration\TestCase;
88

99
class CoreTest extends TestCase
1010
{

tests/integration/Networking/v2/CoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use OpenStack\Networking\v2\Models\Network;
66
use OpenStack\Networking\v2\Models\Port;
77
use OpenStack\Networking\v2\Models\Subnet;
8-
use OpenCloud\Integration\TestCase;
8+
use OpenStack\Integration\TestCase;
99

1010
class CoreTest extends TestCase
1111
{

tests/integration/Networking/v2/Layer3Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace OpenStack\Integration\Networking\v2;
44

55
use Guzzle\Tests\Service\Mock\Command\Sub\Sub;
6-
use OpenCloud\Integration\TestCase;
6+
use OpenStack\Integration\TestCase;
77
use OpenStack\Networking\v2\Extensions\Layer3\Models\FloatingIp;
88
use OpenStack\Networking\v2\Models\Network;
99
use OpenStack\Networking\v2\Models\Port;

tests/integration/Networking/v2/SecGroupTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace OpenStack\Integration\Networking\v2;
44

5-
use OpenCloud\Integration\TestCase;
5+
use OpenStack\Integration\TestCase;
66

77
class SecGroupTest extends TestCase
88
{

0 commit comments

Comments
 (0)