From 06d5e20133d7db7759be23d5f92de01a15c793c2 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Thu, 5 Jan 2023 00:01:53 -0500 Subject: [PATCH] classname should match filename --- tests/phpunit/api/v4/Entity/SystemRotateKeyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v4/Entity/SystemRotateKeyTest.php b/tests/phpunit/api/v4/Entity/SystemRotateKeyTest.php index 0c62c720a9..c2022d3666 100644 --- a/tests/phpunit/api/v4/Entity/SystemRotateKeyTest.php +++ b/tests/phpunit/api/v4/Entity/SystemRotateKeyTest.php @@ -27,7 +27,7 @@ use Psr\Log\LoggerInterface; /** * @group headless */ -class RotateKeyTest extends Api4TestBase implements TransactionalInterface { +class SystemRotateKeyTest extends Api4TestBase implements TransactionalInterface { use CryptoTestTrait; -- 2.25.1