mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
Merge pull request #562 from bantu/properly-skip-SFTPLargeFileTest
Properly skip SFTPLargeFileTest when environment variables not defined. * bantu/properly-skip-SFTPLargeFileTest: Properly skip SFTPLargeFileTest when environment variables not defined.
This commit is contained in:
commit
956660e9b9
@ -43,8 +43,10 @@ class Functional_Net_SFTPLargeFileTest extends PhpseclibFunctionalTestCase
|
|||||||
|
|
||||||
public function tearDown()
|
public function tearDown()
|
||||||
{
|
{
|
||||||
$this->sftp->chdir($this->getEnv('SSH_HOME'));
|
if ($this->sftp) {
|
||||||
$this->sftp->delete($this->scratchDir);
|
$this->sftp->chdir($this->getEnv('SSH_HOME'));
|
||||||
|
$this->sftp->delete($this->scratchDir);
|
||||||
|
}
|
||||||
parent::tearDown();
|
parent::tearDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user