PSR12
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/** DomFramework - Tests
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
@@ -12,8 +13,8 @@ use Domframework\Ratelimit;
|
||||
/** Test the Ratelimit.php file */
|
||||
class RatelimitTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function test_ratelimit0 ()
|
||||
{
|
||||
$ratelimit = new Ratelimit ();
|
||||
}
|
||||
public function test_ratelimit0()
|
||||
{
|
||||
$ratelimit = new Ratelimit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user