Merge pull request #20 from phillprice/patch-1

DOCS: Updated fixture document location
This commit is contained in:
Damian Mooyman 2015-07-02 12:24:01 +12:00
commit 535c9ba32b

View File

@ -55,7 +55,7 @@ it can be useful to set them programmatically through query parameters
on "dev/testsession/start": on "dev/testsession/start":
* `fixture`: Loads a YAML fixture in the format generally accepted by `SapphireTest` * `fixture`: Loads a YAML fixture in the format generally accepted by `SapphireTest`
(see [fixture format docs](http://doc.silverstripe.org/framework/en/topics/testing/fixtures)). (see [fixture format docs](http://doc.silverstripe.org/en/developer_guides/testing/fixtures/)).
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.
* `createDatabaseTemplate`: Path to a database dump to load into a newly created temporary database. * `createDatabaseTemplate`: Path to a database dump to load into a newly created temporary database.