Change the class name for Tests/authjwtTest.php

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5793 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-12-05 12:09:43 +00:00
parent e4ba5d10dd
commit b084803bf6

View File

@@ -5,7 +5,7 @@
*/ */
/** Test the authjwt.php file */ /** Test the authjwt.php file */
class test_authjwt extends PHPUnit_Framework_TestCase class authjwtTest extends PHPUnit_Framework_TestCase
{ {
/** Generate a JWT valid token /** Generate a JWT valid token
* payload = ["email" => "toto@example.com", "password" => "ToTo"]; * payload = ["email" => "toto@example.com", "password" => "ToTo"];