Files
DomFramework/Tests/ratelimitTest.php
2019-04-25 13:52:17 +00:00

15 lines
296 B
PHP

<?php
/** DomFramework - Tests
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
*/
/** Test the ratelimit.php file */
class test_ratelimit extends PHPUnit_Framework_TestCase
{
public function test_ratelimit0 ()
{
$ratelimit = new ratelimit ();
}
}