Skip to content

Commit b171b74

Browse files
committed
Update documentation
1 parent fc3f65c commit b171b74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ modules:
2323
# Debug mode.
2424
# debugMode: true
2525
# Get rid of the default extensions.
26-
# removeDefaultExtensions: false
26+
# removeDefaultExtensions: true
27+
# Compile and create new container for each test.
28+
# newContainerForEachTest: true
2729
```
2830

2931
```
@@ -40,6 +42,7 @@ class MyServiceTest extends Unit
4042
public function testMyService()
4143
{
4244
// Here you can override the configFiles from integration.suite.yml if needed.
45+
// The newContainerForEachTest option is required for this.
4346
// $this->tester->useConfigFiles(['config/another-config.neon']);
4447
$this->assertInstanceOf(MyService::class, $this->tester->grabService(MyService::class));
4548
}

0 commit comments

Comments
 (0)