Skip to content

Commit 26cbbae

Browse files
committed
Add a PHPUnit group to integration tests (I18nExtensionTest)
Signed-off-by: William Desportes <[email protected]>
1 parent 572810e commit 26cbbae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/I18nExtensionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
namespace PhpMyAdmin\Tests\Twig\Extensions\Node;
1313

1414
use PhpMyAdmin\Twig\Extensions\I18nExtension;
15+
use PHPUnit\Framework\Attributes\Group;
1516
use Twig\Extension\ExtensionInterface;
1617
use Twig\Test\IntegrationTestCase;
1718

19+
#[Group('integration')]
1820
class I18nExtensionTest extends IntegrationTestCase
1921
{
2022
/** @return ExtensionInterface[] */

0 commit comments

Comments
 (0)