mirror of
https://github.com/flarum/core.git
synced 2025-07-23 01:31:40 +02: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`.