mirror of
https://github.com/flarum/framework.git
synced 2025-03-22 13:05:15 +08:00

This allows adding settings before the app is booted. In the past we've used hacky workarounds like manually resetting a binding to override singletons to use custom setting values. It makes sense to support this through `TestCase`.