*/ /** Test the ratelimit.php file */ class ratelimitTest extends PHPUnit_Framework_TestCase { public function test_ratelimit0 () { $ratelimit = new ratelimit (); } }