Fix Password phpunit test class name

This commit is contained in:
Clemens Schwaighofer
2023-05-24 15:57:34 +09:00
parent ac037eabde
commit 7c2cbbaca7

View File

@@ -11,7 +11,7 @@ use PHPUnit\Framework\TestCase;
* @coversDefaultClass \CoreLibs\Security\Password
* @testdox \CoreLibs\Security\Password method tests
*/
final class CoreLibsCheckPasswordTest extends TestCase
final class CoreLibsSecurityPasswordTest extends TestCase
{
public function passwordProvider(): array
{