Skip to content

Commit 35c9c18

Browse files
authored
Improve documentation
1 parent fa12ba0 commit 35c9c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In functional tests you want to emulate the HTTP request and run `Nette\Applicat
5656

5757
Unfortunately Nette framework has some downsides like the fact that Request and Response are registered as services in the DI Container. For this reason the NetteApplicationModule requires `Arachne\Codeception\DI\CodeceptionExtension` to override the default implementations. **Beware that this is meant for the functional tests only. Do NOT register the extension outside of tests.**
5858

59-
```
59+
```yml
6060
# /tests/functional.suite.yml
6161
error_level: "E_ALL"
6262
class_name: FunctionalSuiteTester
@@ -72,7 +72,7 @@ modules:
7272
- config/config.neon
7373
```
7474
75-
```
75+
```yml
7676
# /tests/functional/config/config.neon
7777
extensions:
7878
codeception: Arachne\Codeception\DI\HttpExtension

0 commit comments

Comments
 (0)