Fix Password phpunit test class name
This commit is contained in:
@@ -11,7 +11,7 @@ use PHPUnit\Framework\TestCase;
|
|||||||
* @coversDefaultClass \CoreLibs\Security\Password
|
* @coversDefaultClass \CoreLibs\Security\Password
|
||||||
* @testdox \CoreLibs\Security\Password method tests
|
* @testdox \CoreLibs\Security\Password method tests
|
||||||
*/
|
*/
|
||||||
final class CoreLibsCheckPasswordTest extends TestCase
|
final class CoreLibsSecurityPasswordTest extends TestCase
|
||||||
{
|
{
|
||||||
public function passwordProvider(): array
|
public function passwordProvider(): array
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user