Skip to content

Commit

Permalink
📝 Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckel committed Apr 7, 2021
1 parent 4322616 commit e19a782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Configure default parameters in `config/packages/parameters.yaml`:
parameters:
clock:
mode: real
timezone: Europe/Paris
timezone: Europe/Paris # Optional
```

And then configure parameters for **tests** environment in `config/packages/test/parameters.yaml`:
Expand All @@ -64,6 +64,7 @@ parameters:
clock:
mode: frozen
fake_time_path: '%kernel.project_dir%/var/fake_time.txt'
fallback_to_current_date: true # Default: false, if true and file is not found or has invalid valid, then fallback to RealClock
```

## Test with Codeception
Expand Down

0 comments on commit e19a782

Please sign in to comment.