Skip to content

Commit 8b1ac37

Browse files
fixup!
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 44c7a95 commit 8b1ac37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_external/tests/Storage/Amazons3Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function setUp(): void {
2727
parent::setUp();
2828

2929
$this->config = include('files_external/tests/config.amazons3.php');
30-
if (!is_array($this->config) or !$this->config['run']) {
30+
if (!is_array($this->config) || !$this->config['run']) {
3131
$this->markTestSkipped('AmazonS3 backend not configured');
3232
}
3333
$this->instance = new AmazonS3($this->config);

0 commit comments

Comments
 (0)