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

Generates MySQL integers within the declared signed or unsigned range.

Methods§

public function generateTinyInt(Generator $faker, ColumnDefinition $column): int|bool

Generates tiny int.

Parameters

$fakerGenerator
$columnColumnDefinition

Returns

int|bool
Test cases 1
Called from 1
Calls 4
public function generateSmallInt(Generator $faker, ColumnDefinition $column): int
public function generateMediumInt(Generator $faker, ColumnDefinition $column): int
public function generateInt(Generator $faker, ColumnDefinition $column): int
public function generateBigInt(Generator $faker, ColumnDefinition $column): int

Test cases 25§

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

Dedicated tests 8
Other tests reaching this symbol 17

Relations§

Instantiated in 6
Method calls 6