server factory tests

This commit is contained in:
Robin Appelman 2018-07-13 13:03:47 +02:00
commit fc9f0bd408
4 changed files with 93 additions and 2 deletions

View file

@ -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();
}