phpseclib/tests/Unit/Crypt/AES/PurePHPTest.php

18 lines
335 B
PHP
Raw Normal View History

<?php
2022-02-17 02:25:59 +00:00
/**
* @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;
2014-12-17 00:16:54 +00:00
class PurePHPTest extends TestCase
{
protected function setUp()
{
$this->engine = 'PHP';
}
}