mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +00:00
Tests: update for 2.0 branch
This commit is contained in:
parent
d2994dafe1
commit
bc457521f1
@ -29,7 +29,7 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
|||||||
{
|
{
|
||||||
$this->setExpectedException('PHPUnit_Framework_Error_Notice');
|
$this->setExpectedException('PHPUnit_Framework_Error_Notice');
|
||||||
|
|
||||||
$sftp = new Net_SFTP('bad host name');
|
$sftp = new SFTP('bad host name');
|
||||||
$sftp->login('username', 'password');
|
$sftp->login('username', 'password');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user