Skip to content

Commit d02b510

Browse files
committed
fix(tests): update namespaces in unit tests
Signed-off-by: Benjamin Fahl <git@fahl-design.de>
1 parent b61c875 commit d02b510

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Unit/Client/DockerApiClientWrapperTest.php

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

33
declare(strict_types=1);
44

5-
namespace Tests\Unit\Client;
5+
namespace WebProject\DockerApiClient\Tests\Unit\Client;
66

77
use Codeception\Test\Unit;
88
use WebProject\DockerApi\Library\Generated\Client;

tests/Unit/Service/DockerServiceTest.php

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

33
declare(strict_types=1);
44

5-
namespace Tests\Unit\Service;
5+
namespace WebProject\DockerApiClient\Tests\Unit\Service;
66

77
use Codeception\Test\Unit;
88
use PHPUnit\Framework\MockObject\MockObject;

0 commit comments

Comments
 (0)