From ab9d8600c666b5f0a57d6c0ea5da5c06ef7dd25a Mon Sep 17 00:00:00 2001 From: Alexander Kucheryuk <3331946+alexkuc@users.noreply.github.com> Date: Fri, 15 Jan 2021 02:56:56 +0200 Subject: [PATCH] Update Functional Tests page --- docs/04-FunctionalTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-FunctionalTests.md b/docs/04-FunctionalTests.md index 24b00543a..c02dee526 100644 --- a/docs/04-FunctionalTests.md +++ b/docs/04-FunctionalTests.md @@ -267,7 +267,7 @@ error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED" {% endhighlight %} -`error_level` can also be set globally in `codeception.yml` file. +`error_level` can also be set globally in `codeception.yml` file. In order to do that, you need to specify `error_level` as a part of `settings`. For more information, see [Global Configuration](https://codeception.com/docs/reference/Configuration). ## Conclusion