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

Defines the MySQL 8.4.7 server used by database consumers.

Inspect the pinned server image without starting Dockerdoctest
$container = new \Container\MySql84Container();
    assert($container->image() === 'container-registry.oracle.com/mysql/community-server:8.4.7');

Methods§

public function __construct()

Creates the pinned MySQL definition with shared startup settings.

Throws

InvalidFormatException If a configured mount cannot be parsed.
Calls 3
public static function getGrammarVersion(): string

Returns the SQL grammar identifier matching the server version.

Returns

string Matching SQL grammar identifier.
Test cases 1

Test cases 201§

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

Dedicated tests 2
Other tests reaching this symbol 199