code style

This commit is contained in:
Robin Appelman 2025-10-24 17:12:37 +02:00
commit dae8dea06c
8 changed files with 15 additions and 15 deletions

View file

@ -48,8 +48,6 @@ abstract class AbstractShareTest extends TestCase {
abstract public function getServerClass(): string;
public function setUp(): void {
// ob_end_flush();
// var_dump($this->getName());
$this->config = json_decode(file_get_contents(__DIR__ . '/config.json'));
$options = new Options();
$options->setMinProtocol(IOptions::PROTOCOL_SMB2);