mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
Make data provider static
This commit is contained in:
parent
69c70cfc03
commit
962cfa607d
@ -578,7 +578,7 @@ class SSH2Test extends PhpseclibFunctionalTestCase
|
|||||||
/**
|
/**
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getCryptoAlgorithms()
|
public static function getCryptoAlgorithms()
|
||||||
{
|
{
|
||||||
$map = [
|
$map = [
|
||||||
'kex' => SSH2::getSupportedKEXAlgorithms(),
|
'kex' => SSH2::getSupportedKEXAlgorithms(),
|
||||||
|
Loading…
Reference in New Issue
Block a user