From 781628c5a6d5eb99e603a0214293c6fb765b247d Mon Sep 17 00:00:00 2001 From: Casper Boone Date: Sat, 1 Apr 2017 01:12:45 +0200 Subject: [PATCH] Add note about .env file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f2ce6..5b36f0e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen ``` bash $ composer test ``` -//ADD ENV NOTE + +One of the integration tests requires a non public Zabbix installation. In order to execute this test, you have to create a `.env` file in the project root and copy the contents of `.env.example` into it. Complete the `.env` file with the host, a username/password and an available graph ID. ## Contributing