classPostgreSql17Container
final class PostgreSql17Container
extends GenericContainer
Public API: explicitly declared with
@visibility public.Defines the PostgreSQL 17.2 server used by database consumers.
$container = new \Container\PostgreSql17Container();
assert($container->image() === 'postgres:17.2');Methods§
public function __construct()Creates the pinned PostgreSQL definition with shared startup settings.
Calls 3
- static-call
GenericContainer::__construct()line 24 - method-call PostgreSqlConfiguration::apply() line 25
- new PostgreSqlConfiguration line 25
Test cases 1§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.