Skip to content

Commit e06b9ac

Browse files
committed
fix merge
1 parent 71cffc8 commit e06b9ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\Messenger\Bridge\Redis\Tests\Transport;
1313

1414
use PHPUnit\Framework\Attributes\DataProvider;
15+
use PHPUnit\Framework\Attributes\Group;
1516
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
1617
use PHPUnit\Framework\MockObject\MockObject;
1718
use PHPUnit\Framework\TestCase;
@@ -400,9 +401,7 @@ public static function provideIdPatterns(): \Generator
400401
yield '100ms delay' => ['/^[A-Z\d\/+]+$/i', 100, 'rawCommand', '1'];
401402
}
402403

403-
/**
404-
* @group integration
405-
*/
404+
#[Group('integration')]
406405
public function testInvalidSentinelMasterName()
407406
{
408407
if (!$hosts = getenv('REDIS_SENTINEL_HOSTS')) {

0 commit comments

Comments
 (0)