* @copyright MMXIII Andreas Fischer * @license http://www.opensource.org/licenses/mit-license.html MIT License */ class Unit_Crypt_AES_McryptTest extends Unit_Crypt_AES_TestCase { protected function setUp() { $this->engine = CRYPT_MODE_MCRYPT; } }