Skip to content

Commit

Permalink
Merge pull request #94 from Lakion/add-livsi-fix-to-readme
Browse files Browse the repository at this point in the history
[README] Add TMP_DIR to reference
  • Loading branch information
michalmarcinkowski authored Jun 9, 2017
2 parents 30c77bf + 7ebb9ec commit cef865c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ To customize your test suite configuration you can add a few more options to php
<server name="OPEN_ERROR_IN_BROWSER" value="true/false" />
<server name="OPEN_BROWSER_COMMAND" value="open %s" />
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true/false" />
<server name="TMP_DIR" value="/tmp/path/to/temporary/folder/" />
</php>
```

Expand All @@ -268,7 +269,8 @@ To customize your test suite configuration you can add a few more options to php
* `OPEN_ERROR_IN_BROWSER` is a flag which turns on displaying error in a browser window. The default value is false.
* `OPEN_BROWSER_COMMAND` is a command which will be used to open browser with an exception.
* `IS_DOCTRINE_ORM_SUPPORTED` is a flag which turns on doctrine support includes handy data fixtures loader and database purger.

* `TMP_DIR` variable contains a path to temporary folder, where the log files will be stored.

Sample Project
--------------

Expand Down

0 comments on commit cef865c

Please sign in to comment.