We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e5a35 commit fd66488Copy full SHA for fd66488
README.md
@@ -172,10 +172,10 @@ and in the extension config provide the fully qualified namespace to that class:
172
173
```yaml
174
enabled:
175
- - \Codeception\Extension\Phiremock
176
- config:
177
- \Codeception\Extension\Phiremock:
178
- server_factory: \My\Namespace\FactoryWithGuzzle7
+ - \Codeception\Extension\Phiremock
+ config:
+ \Codeception\Extension\Phiremock:
+ server_factory: \My\Namespace\FactoryWithGuzzle7
179
```
180
181
## See also:
0 commit comments