1
0
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:
terrafrost 2014-08-14 10:47:26 -05:00
parent 3fdd5731d1
commit 085ec03b53

View File

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