diff --git a/Tests/authjwtTest.php b/Tests/authjwtTest.php index 7593bf8..1895b07 100644 --- a/Tests/authjwtTest.php +++ b/Tests/authjwtTest.php @@ -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"];