AES: more unit test fixes

This commit is contained in:
terrafrost 2014-08-14 10:37:10 -05:00
parent 42e5c6845c
commit 3fdd5731d1
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
* @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_Test extends PhpSeclibTestcase abstract class Unit_Crypt_AES_TestCase extends PhpSeclibTestcase
{ {
static public function setUpBeforeClass() static public function setUpBeforeClass()
{ {

View File

@ -5,7 +5,7 @@
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
*/ */
class Unit_Crypt_AES_mcryptTest extends Unit_Crypt_AES_mcryptCase class Unit_Crypt_AES_mcryptTest extends Unit_Crypt_AES_TestCase
{ {
static public function setUpBeforeClass() static public function setUpBeforeClass()
{ {