From afc0e7ea071b0fab064cb00a8528d60f83d9c168 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 18 Oct 2015 14:11:33 +1300 Subject: [PATCH] Documented database import params in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f2221..7b18d3c 100644 --- a/README.md +++ b/README.md @@ -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,