1
0
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:
Marc Philip Scholten 2013-12-26 21:03:00 +01:00
parent ad0c7c52bd
commit 3d5262156d

View File

@ -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()),