mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-24 07:38:26 +00:00
SFTP: return $sftp object in new unit test method
This commit is contained in:
parent
6202d2c3ed
commit
41ae2fb130
@ -353,6 +353,8 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
||||
$sftp->touch('testdir');
|
||||
$sftp->chdir('..');
|
||||
$sftp->delete('testdir', true);
|
||||
|
||||
return $sftp;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user