$refresh
$refresh : boolean
Should the db be refreshed before each test?
CIDatabaseTestCase
$db : \CodeIgniter\Database\BaseConnection
Our database connection.
$seeder : \CodeIgniter\Database\Seeder
Seeder instance
seeNumRecords(integer $expected, string $table, array $where) : boolean
Asserts that the number of rows in the database that match $where is equal to $expected.
integer | $expected | |
string | $table | |
array | $where |
Loading…