diff options
Diffstat (limited to 'tests/integration/SanitizerTest.php')
| -rw-r--r-- | tests/integration/SanitizerTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration/SanitizerTest.php b/tests/integration/SanitizerTest.php index 421d046af..0f15bf0ca 100644 --- a/tests/integration/SanitizerTest.php +++ b/tests/integration/SanitizerTest.php @@ -1,7 +1,8 @@ <?php +use PHPUnit\Framework\Attributes\Group; use PHPUnit\Framework\TestCase; -/** @group integration */ +#[Group('integration')] final class SanitizerTest extends TestCase { public function test_sanitize_non_ascii(): void { $this->assertEquals( |