Skip to content

Commit ff076ba

Browse files
committed
tmp
Signed-off-by: Côme Chilliet <[email protected]>
1 parent d01791a commit ff076ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/files_external/tests/Storage/ConfigurableStorageTrait.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ trait ConfigurableStorageTrait {
1414

1515
protected function loadConfig(string $path): bool {
1616
$this->config = null;
17-
if (file_exists($path)) {
18-
$this->config = include($path);
19-
}
17+
// if (file_exists($path)) {
18+
$this->config = include($path);
19+
// }
2020
if (!$this->shouldRunConfig($this->config)) {
2121
$this->markTestSkipped(__CLASS__ . ' Backend not configured');
2222
return false;

0 commit comments

Comments
 (0)