From 7ebb9ec9029e2ab393be01c453423381174e0283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Fri, 9 Jun 2017 13:00:44 +0200 Subject: [PATCH] [README] Add TMP_DIR to reference --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d671b89..375a9a9 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ To customize your test suite configuration you can add a few more options to php + ``` @@ -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 --------------