Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

fix codeception config in README #30

Merged
merged 1 commit into from
Feb 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ If `true` then GherkinParam will throw a exception `GherkinParam` at runtime whe
```yaml
modules:
enabled:
- Codeception\Extension\GherkinParam
onErrorThrowException: true
- Codeception\Extension\GherkinParam:
onErrorThrowException: true
```

> If `onErrorThrowException` is set then it will override `onErrorNullable`.
Expand All @@ -68,8 +68,8 @@ If `true` then GherkinParam will set to `null` parameters for which a replacemen
```yaml
modules:
enabled:
- Codeception\Extension\GherkinParam
onErrorNullable: true
- Codeception\Extension\GherkinParam:
onErrorNullable: true
```

## Usage
Expand Down