laravel-app-settings
laravel-app-settings copied to clipboard
PHPUnit Testing / Initialize Settings
During unit testing, if I load a fresh set of settings, it returns empty. How do I make sure it initializes to the default settings without having to save them one time? I don't want to depend on the cache.