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