feat: rename package name

This commit is contained in:
Soner Sayakci
2024-07-30 21:22:22 +02:00
parent 0005627e14
commit bf762350e9
24 changed files with 98 additions and 71 deletions
+6 -6
View File
@@ -2,14 +2,14 @@
declare(strict_types=1);
namespace Testcontainer\Container;
namespace Testcontainers\Container;
use Symfony\Component\Process\Process;
use Testcontainer\Exception\ContainerNotReadyException;
use Testcontainer\Registry;
use Testcontainer\Trait\DockerContainerAwareTrait;
use Testcontainer\Wait\WaitForNothing;
use Testcontainer\Wait\WaitInterface;
use Testcontainers\Exception\ContainerNotReadyException;
use Testcontainers\Registry;
use Testcontainers\Trait\DockerContainerAwareTrait;
use Testcontainers\Wait\WaitForNothing;
use Testcontainers\Wait\WaitInterface;
/**
* @phpstan-type ContainerInspectSingleNetwork array<int, array{'NetworkSettings': array{'IPAddress': string}}>