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 * @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() static public function setUpBeforeClass()
{ {