mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
server factory tests
This commit is contained in:
parent
fc9963f738
commit
fc9f0bd408
4 changed files with 93 additions and 2 deletions
|
|
@ -54,4 +54,11 @@ interface ISystem {
|
|||
* @return string|bool
|
||||
*/
|
||||
public function getStdBufPath();
|
||||
|
||||
/**
|
||||
* Whether or not the smbclient php extension is enabled
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function libSmbclientAvailable();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue