Tests/RC2: use data provider

This commit is contained in:
terrafrost 2015-01-26 19:51:57 -06:00
parent 8b8d9ac423
commit a467c9e0bd

View File

@ -101,6 +101,9 @@ class Unit_Crypt_RC2Test extends PhpseclibTestCase
}
}
/**
* @dataProvider engineVectors
*/
public function testVectors($engine, $engineName, $key, $keyLen, $plaintext, $ciphertext)
{
$rc2 = new Crypt_RC2();