Skip to content

Commit e9a3266

Browse files
committed
Removed "Porter" directory from unit and integration test hierarchy.
1 parent bf4f7a6 commit e9a3266

21 files changed

Lines changed: 21 additions & 21 deletions

test/Integration/Porter/Collection/CountableProviderRecordsTest.php renamed to test/Integration/Collection/CountableProviderRecordsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Integration\Porter\Collection;
4+
namespace ScriptFUSIONTest\Integration\Collection;
55

66
use PHPUnit\Framework\TestCase;
77
use ScriptFUSION\Porter\Collection\CountableProviderRecords;

test/Integration/Porter/Connector/CachingConnectorTest.php renamed to test/Integration/Connector/CachingConnectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Integration\Porter\Connector;
4+
namespace ScriptFUSIONTest\Integration\Connector;
55

66
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
77
use Mockery\MockInterface;

test/Integration/Porter/Connector/ImportConnectorTest.php renamed to test/Integration/Connector/ImportConnectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Integration\Porter\Connector;
4+
namespace ScriptFUSIONTest\Integration\Connector;
55

66
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
77
use PHPUnit\Framework\TestCase;

test/Integration/Porter/PorterAsyncTest.php renamed to test/Integration/PorterAsyncTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Integration\Porter;
4+
namespace ScriptFUSIONTest\Integration;
55

66
use Amp\Iterator;
77
use Amp\Loop;

test/Integration/Porter/PorterSyncTest.php renamed to test/Integration/PorterSyncTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Integration\Porter;
4+
namespace ScriptFUSIONTest\Integration;
55

66
use ScriptFUSION\Porter\Cache\CacheUnavailableException;
77
use ScriptFUSION\Porter\Collection\CountablePorterRecords;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Integration\Porter;
4+
namespace ScriptFUSIONTest\Integration;
55

66
use Amp\PHPUnit\AsyncTestCase;
77
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;

test/Integration/Porter/Specification/StaticDataImportSpecificationTest.php renamed to test/Integration/Specification/StaticDataImportSpecificationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Integration\Porter\Specification;
4+
namespace ScriptFUSIONTest\Integration\Specification;
55

66
use PHPUnit\Framework\TestCase;
77
use Psr\Container\ContainerInterface;

test/Unit/Porter/AsyncImportSpecificationTest.php renamed to test/Unit/AsyncImportSpecificationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Unit\Porter;
4+
namespace ScriptFUSIONTest\Unit;
55

66
use PHPUnit\Framework\TestCase;
77
use ScriptFUSION\Porter\Connector\Recoverable\ExponentialAsyncDelayRecoverableExceptionHandler;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Unit\Porter\Cache;
4+
namespace ScriptFUSIONTest\Unit\Cache;
55

66
use PHPUnit\Framework\TestCase;
77
use ScriptFUSION\Porter\Cache\CacheItem;

test/Unit/Porter/Cache/JsonCacheKeyGeneratorTest.php renamed to test/Unit/Cache/JsonCacheKeyGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace ScriptFUSIONTest\Unit\Porter\Cache;
4+
namespace ScriptFUSIONTest\Unit\Cache;
55

66
use PHPUnit\Framework\TestCase;
77
use ScriptFUSION\Porter\Cache\JsonCacheKeyGenerator;

0 commit comments

Comments
 (0)