mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01:00
12 lines
255 B
PHP
12 lines
255 B
PHP
|
<?php
|
||
|
/**
|
||
|
* @author Andreas Fischer <bantu@phpbb.com>
|
||
|
* @copyright MMXIII Andreas Fischer
|
||
|
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
||
|
*/
|
||
|
|
||
|
abstract class PhpseclibTestCase extends PHPUnit_Framework_TestCase
|
||
|
{
|
||
|
|
||
|
}
|