Add all the namespaces in Tests

This commit is contained in:
2021-05-07 10:12:16 +02:00
parent 47f171367a
commit b1e513126e
45 changed files with 237 additions and 36 deletions

View File

@@ -2,8 +2,11 @@
/** DomFramework - Tests
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
namespace Domframework\Tests;
/** Test the csrf.php file */
class csrfTest extends PHPUnit_Framework_TestCase
{