From 2545b3b8cd3ff79379bfe2b55302882dd26cd0de Mon Sep 17 00:00:00 2001 From: Igor Nadj Date: Mon, 19 Oct 2015 15:04:14 +1300 Subject: [PATCH] MINOR: readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b18d3c..15fae1f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ on "dev/testsession/start": The path should be relative to the webroot. * `createDatabase`: Create a 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` + * `importDatabaseFilename`: 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,