DatabaseTestTrait.php
system/Test/DatabaseTestTrait.php
19 fn
setUpDatabase
()
tearDownDatabase
()
loadDependencies
()
setUpMigrate
()
regressDatabase
()
migrateDatabase
()
setUpSeed
()
runSeeds
()
seed
(string $name)
resetMigrationSeedCount
()
clearInsertCache
()
loadBuilder
(string $tableName)
grabFromDatabase
(string $table, string $column, array $where)
seeInDatabase
(string $table, array $where)
dontSeeInDatabase
(string $table, array $where)
hasInDatabase
(string $table, array $data)
seeNumRecords
(int $expected, string $table, array $where)
disableDBDebug
()
enableDBDebug
()