Add Tests for ratelimitfile and ratelimit
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5232 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
14
Tests/ratelimitTest.php
Normal file
14
Tests/ratelimitTest.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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 ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user