lithium\test\fixtures\adapter\Connection::save()
Creates the fixtures tables and inserts data on them
Parameters
-
mixed
$names
An array of fixture name.
-
boolean
$drop
If
true
drop the fixture before loading it
Source
public function save(array $names = [], $drop = true) {
$this->_create($names, $drop, true);
}