lithium\test\fixtures\adapter\Connection::create()
Creates the schema of fixtures
Parameters
-
mixed
$names
An array of fixture name.
-
boolean
$drop
If
true
drop the fixture before creating it
Source
public function create(array $names = [], $drop = true) {
$this->_create($names, $drop, false);
}