Merge pull request #26 from IgorNadj/master

MINOR: readme typo
This commit is contained in:
Ingo Schommer 2015-10-19 15:15:57 +13:00
commit 5b81862b7d

View File

@ -59,7 +59,7 @@ on "dev/testsession/start":
The path should be relative to the webroot. The path should be relative to the webroot.
* `createDatabase`: Create a temporary database. * `createDatabase`: Create a temporary database.
* `importDatabasePath`: Absolute 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` * `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) * `requireDefaultRecords`: Include default records as defined on the model classes (in PHP)
* `database`: Set an alternative database name in the current * `database`: Set an alternative database name in the current
browser session as a cookie. Does not actually create the database, browser session as a cookie. Does not actually create the database,