We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572810e commit 26cbbaeCopy full SHA for 26cbbae
test/I18nExtensionTest.php
@@ -12,9 +12,11 @@
12
namespace PhpMyAdmin\Tests\Twig\Extensions\Node;
13
14
use PhpMyAdmin\Twig\Extensions\I18nExtension;
15
+use PHPUnit\Framework\Attributes\Group;
16
use Twig\Extension\ExtensionInterface;
17
use Twig\Test\IntegrationTestCase;
18
19
+#[Group('integration')]
20
class I18nExtensionTest extends IntegrationTestCase
21
{
22
/** @return ExtensionInterface[] */
0 commit comments