mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
code style
This commit is contained in:
parent
208057e445
commit
dae8dea06c
8 changed files with 15 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue