getConfig()->getSystemValue('objectstore'); if (!is_array($config) || $config['class'] !== 'OC\\Files\\ObjectStore\\Swift') { $this->markTestSkipped('objectstore not configured for swift'); } return new Swift($config['arguments']); } public function testFseekSize(): void { $this->markTestSkipped('Swift does not support seeking at the moment'); } }