summaryrefslogtreecommitdiffstatshomepage
path: root/core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php')
-rw-r--r--core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php b/core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
index f65c4951c0d2..2fcaeb8471c7 100644
--- a/core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
+++ b/core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
@@ -5,12 +5,12 @@ declare(strict_types=1);
namespace Drupal\FunctionalTests;
use Drupal\Tests\BrowserTestBase;
+use PHPUnit\Framework\Attributes\Group;
/**
* Test for BrowserTestBase::getTestMethodCaller() in child classes.
- *
- * @group browsertestbase
*/
+#[Group('browsertestbase')]
class GetTestMethodCallerExtendsTest extends GetTestMethodCallerTest {
/**