-
Notifications
You must be signed in to change notification settings - Fork 0
Mutable config #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is to make sure different config implementation have the same base tests to make sure they behave the same
This is to make it easier to override config values at runtime Mainly created to make it easier to change configs in tests
bix0r
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sunkan Can you add some info about this in the README?
Perhaps this needs a note about not touching the "root" config. So that no one will think that a set will touch that part.
Otherwise it looks good.
bix0r
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sunkan Very nice. Love it! Just two missing characters :)
README.md
Outdated
| ```php | ||
| <?php | ||
|
|
||
| // common.ph |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
".php"
README.md
Outdated
| ```php | ||
| <?php | ||
|
|
||
| // production.ph |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
".php"
|
@bix0r you missed one there where 3 instances 😄 |
This is to make it easier to override config values at runtime
Mainly created to make it easier to change configs in tests