| Methods |
public
static
|
getTestFromBacktrace(): static|null
|
#
|
protected
|
setUp(): void
|
#
|
protected
|
tearDown(): void
|
#
|
protected
|
getConnection(): Connection
|
#
|
protected
|
getDatabasePlatform(): AbstractPlatform
|
#
|
protected
|
logQuery(string $sql, array<int|string, scalar|null> $params, array<int|string, ParameterType::*> $types): void
|
#
|
private
|
convertSqlFromSqlite(string $sql): string
|
#
|
protected
|
assertSameSql(string $expectedSqliteSql, string $actualSql, string $message = ''): void
|
#
|
private
static
|
compareExportUnorderedValue(mixed $a, mixed $b): int
|
#
|
protected
static
|
assertSameExportUnordered(array<mixed, mixed> $expected, array<mixed, mixed> $actual, string $message = ''): void
Same as self::assertSame() except:
- 2D arrays (rows) are recursively compared without any order
- objects implementing…
Same as self::assertSame() except:
- 2D arrays (rows) are recursively compared without any order
- objects implementing DateTimeInterface are compared by formatted output.
|
#
|
public
|
createMigrator(Model $model = null): Migrator
|
#
|
public
|
setDb(array<string, array<int|'_', array<string, mixed>>> $dbData, bool $importData = true): void
|
#
|
public
|
getDb(array<int, string>|null $tableNames = null, bool $noId = false): array<string, array<int, array<string, mixed>>>
|
#
|
public
|
dropCreatedDb(): void
|
#
|
protected
|
markTestIncompleteOnMySQL56PlatformAsCreateUniqueStringIndexHasLengthLimit(): void
|
#
|