diff options
Diffstat (limited to 'core/tests/Drupal/FunctionalTests/FolderTest.php')
-rw-r--r-- | core/tests/Drupal/FunctionalTests/FolderTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/tests/Drupal/FunctionalTests/FolderTest.php b/core/tests/Drupal/FunctionalTests/FolderTest.php index 267b59260e0d..ea9cef18f9ba 100644 --- a/core/tests/Drupal/FunctionalTests/FolderTest.php +++ b/core/tests/Drupal/FunctionalTests/FolderTest.php @@ -5,14 +5,14 @@ declare(strict_types=1); namespace Drupal\FunctionalTests; use Drupal\Tests\BrowserTestBase; +use PHPUnit\Framework\Attributes\Group; /** * Tests BrowserTestBase's treatment of hook_install() during setup. * * Image module is used for test. - * - * @group browsertestbase */ +#[Group('browsertestbase')] class FolderTest extends BrowserTestBase { /** |