lithium\test\Fixture::save()

public method

Create the fixture's schema and import records.

Returns

boolean

Returns true on success or if there are no records to import, return false on failure.

Source

	public function save($drop = true) {
		return $this->_create($drop, true);
	}