phpseclib/tests/Unit/Crypt/AES/McryptTest.php
Jack Worman 574953061a PSR4 for tests and added fall-through for switches
PSR4 for tests and added fall-through for switches
2022-02-27 01:26:31 -06:00

18 lines
337 B
PHP

<?php
/**
* @author Andreas Fischer <bantu@phpbb.com>
* @copyright 2013 Andreas Fischer
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
namespace phpseclib3\Tests\Unit\Crypt\AES;
class McryptTest extends TestCase
{
protected function setUp()
{
$this->engine = 'mcrypt';
}
}