final class LiteralGenerator
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.

Generates Sqlite literal bodies for the bounded lexical API.

Owns the alphabets and numeric formatting used by this dialect.

Methods§

public function __construct(Generator $faker)

Parameters

$fakerGeneratorSource of every choice the generated strings make
Test cases 345
Calls 1

Private surface 5§

Implementation details, listed for orientation only.

private const ALPHA_UNDERSCORE = 'abcdefghijklmnopqrstuvwxyz_'
private const ALNUM_UNDERSCORE = 'abcdefghijklmnopqrstuvwxyz0123456789_'
private const MIXED_ALNUM_UNDERSCORE = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'
private Generator $faker
private RandomCharacters $characters

Test cases 348§

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

Dedicated tests 19
Other tests reaching this symbol 329

Relations§

Instantiated in 1
Method calls 4
Type declarations 1