mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-11 16:29:36 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Testcontainer\Wait;
|
||||
|
||||
interface WaitInterface
|
||||
{
|
||||
public function wait(string $id): void;
|
||||
}
|
||||
Reference in New Issue
Block a user