mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
test fixes
This commit is contained in:
parent
d642bd4b04
commit
824593c5ac
6 changed files with 27 additions and 23 deletions
|
|
@ -14,7 +14,7 @@ use Icewind\SMB\System;
|
|||
use Icewind\SMB\TimeZoneProvider;
|
||||
use Icewind\SMB\Wrapped\Server as NormalServer;
|
||||
|
||||
class ShareTest extends AbstractShareTest {
|
||||
class ShareTest extends AbstractShareTestBase {
|
||||
public function getServerClass(): string {
|
||||
$this->requireBackendEnv('smbclient');
|
||||
return NormalServer::class;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue