]> BookStack Code Mirror - bookstack/blobdiff - tests/Unit/ConfigTest.php
No need to save page
[bookstack] / tests / Unit / ConfigTest.php
index 7b9f64e6a7fa3062c5c7ad80ac6b61c98a9c3eae..c84305ad88112354a418f6e9c01a58cded82b9eb 100644 (file)
@@ -20,7 +20,6 @@ class ConfigTest extends TestCase
 
     public function test_filesystem_attachments_falls_back_to_storage_type_var()
     {
-        putenv('STORAGE_TYPE=local_secure');
         $this->runWithEnv('STORAGE_TYPE', 'local_secure', function() {
             $this->checkEnvConfigResult('STORAGE_ATTACHMENT_TYPE', 's3', 'filesystems.attachments', 's3');
             $this->checkEnvConfigResult('STORAGE_ATTACHMENT_TYPE', null, 'filesystems.attachments', 'local_secure');