Tests: update for 2.0 branch

This commit is contained in:
terrafrost 2022-01-08 16:36:47 -06:00
parent d2994dafe1
commit bc457521f1

View File

@ -29,7 +29,7 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
{
$this->setExpectedException('PHPUnit_Framework_Error_Notice');
$sftp = new Net_SFTP('bad host name');
$sftp = new SFTP('bad host name');
$sftp->login('username', 'password');
}