mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 17:18:25 +00:00
Tests: tests were being skipped because their deps had no asserts
This commit is contained in:
parent
74f1c9ed7b
commit
6f8d12ffc7
@ -719,6 +719,8 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
|||||||
sleep(5);
|
sleep(5);
|
||||||
$sftp->nlist();
|
$sftp->nlist();
|
||||||
|
|
||||||
|
$this->assertTrue(true);
|
||||||
|
|
||||||
return $sftp;
|
return $sftp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -149,6 +149,8 @@ class Functional_Net_SSH2Test extends PhpseclibFunctionalTestCase
|
|||||||
$ssh->disablePTY();
|
$ssh->disablePTY();
|
||||||
$ssh->exec('pwd');
|
$ssh->exec('pwd');
|
||||||
|
|
||||||
|
$this->assertTrue(true);
|
||||||
|
|
||||||
return $ssh;
|
return $ssh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user