Documented database import params in README

This commit is contained in:
Ingo Schommer 2015-10-18 14:11:33 +13:00
parent c5e9f33531
commit afc0e7ea07
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ on "dev/testsession/start":
(see [fixture format docs](http://doc.silverstripe.org/en/developer_guides/testing/fixtures/)).
The path should be relative to the webroot.
* `createDatabase`: Create a temporary database.
* `createDatabaseTemplate`: Path to a database dump to load into a newly created temporary database.
* `importDatabasePath`: Absolute path to a database dump to load into a newly created temporary database.
* `importDatabaseFile`: File name for a database dump to load, relative to `TestSessionController.database_templates_path`
* `requireDefaultRecords`: Include default records as defined on the model classes (in PHP)
* `database`: Set an alternative database name in the current
browser session as a cookie. Does not actually create the database,