mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Don't generate view cache files during tests
This commit is contained in:
@@ -36,6 +36,9 @@ class TestCase extends PHPUnitTestCase
|
||||
'hide_vcs_files' => false,
|
||||
'max_hash_size' => 1000000000,
|
||||
],
|
||||
'view' => [
|
||||
'cache' => false
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user