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:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/** Test the authjwt.php file */
|
||||
class test_authjwt extends PHPUnit_Framework_TestCase
|
||||
class authjwtTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
/** Generate a JWT valid token
|
||||
* payload = ["email" => "toto@example.com", "password" => "ToTo"];
|
||||
|
||||
Reference in New Issue
Block a user