mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-18 19:22:14 +01:00
AES: unit test updates
This commit is contained in:
parent
3fdd5731d1
commit
085ec03b53
@ -5,7 +5,9 @@
|
||||
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
||||
*/
|
||||
|
||||
abstract class Unit_Crypt_AES_TestCase extends PhpSeclibTestcase
|
||||
require_once 'Crypt/AES.php';
|
||||
|
||||
abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase
|
||||
{
|
||||
static public function setUpBeforeClass()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user