From b084803bf675f451691485740eb58ce660c7b7bf Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 5 Dec 2019 12:09:43 +0000 Subject: [PATCH] Change the class name for Tests/authjwtTest.php git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5793 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/authjwtTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];