mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
extend tests a bit
This commit is contained in:
parent
037efdcfb5
commit
d218982775
4 changed files with 50 additions and 13 deletions
|
|
@ -42,7 +42,7 @@ class ServerFactoryTest extends TestCase {
|
|||
public function testSmbClient() {
|
||||
$this->requireBackendEnv('smbclient');
|
||||
$system = $this->getMockBuilder(System::class)
|
||||
->setMethods(['libSmbclientAvailable'])
|
||||
->onlyMethods(['libSmbclientAvailable'])
|
||||
->getMock();
|
||||
$system->expects($this->any())
|
||||
->method('libSmbclientAvailable')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue