mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01:00
Fixed missing dataProvider in test
This commit is contained in:
parent
ad0c7c52bd
commit
3d5262156d
@ -47,7 +47,7 @@ class Net_SSH2Test extends PhpseclibTestCase
|
||||
$this->assertEquals($expected, $result);
|
||||
}
|
||||
|
||||
public function testGenerateIdentifierWithMcryptGmpAndBmath()
|
||||
public function generateIdentifierProvider()
|
||||
{
|
||||
return array(
|
||||
array('SSH-2.0-phpseclib_0.3', array()),
|
||||
|
Loading…
Reference in New Issue
Block a user