final class PostgreSql16Container
    extends GenericContainer
Public API: explicitly declared with @visibility public.

Defines the PostgreSQL 16 server used by database consumers.

Inspect the pinned server image without starting Dockerdoctest
$container = new \Container\PostgreSql16Container();
    assert($container->image() === 'postgres:16');

Methods§

public function __construct()

Creates the pinned PostgreSQL definition with shared startup settings.

Calls 3

Test cases 117§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 116