Fix test function name

Signed-off-by: David <ddean@njstatelib.org>
This commit is contained in:
David 2020-05-19 15:48:31 -04:00
parent d8432f0bde
commit 91ae50696c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class SmbTest extends \Test\Files\Storage\Storage {
$this->instance = null;
}
public function testStorageId() {
public function testSharedStorageId() {
$this->instance = new SMB([
'host' => 'testhost',
'user' => 'testuser',