Update Tests to supports namespaces
This commit is contained in:
17
Tests/RatelimitTest.php
Normal file
17
Tests/RatelimitTest.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/** DomFramework - Tests
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
namespace Domframework\Tests;
|
||||
|
||||
/** Test the ratelimit.php file */
|
||||
class ratelimitTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function test_ratelimit0 ()
|
||||
{
|
||||
$ratelimit = new ratelimit ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user