mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-24 23:58:29 +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->touch('testdir');
|
||||||
$sftp->chdir('..');
|
$sftp->chdir('..');
|
||||||
$sftp->delete('testdir', true);
|
$sftp->delete('testdir', true);
|
||||||
|
|
||||||
|
return $sftp;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user