mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 00:29:32 +00:00
first working version with simple WaitForContainerRunning implementation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Testcontainers\Container;
|
||||
|
||||
/**
|
||||
* Added for backward compatibility.
|
||||
* Just a wrapper for GenericContainer.
|
||||
* @deprecated Use GenericContainer instead.
|
||||
*/
|
||||
class Container extends GenericContainer
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user