Skip to content

Commit

Permalink
Add a PHPUnit group to integration tests (I18nExtensionTest)
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jan 10, 2025
1 parent 572810e commit 26cbbae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/I18nExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
namespace PhpMyAdmin\Tests\Twig\Extensions\Node;

use PhpMyAdmin\Twig\Extensions\I18nExtension;
use PHPUnit\Framework\Attributes\Group;
use Twig\Extension\ExtensionInterface;
use Twig\Test\IntegrationTestCase;

#[Group('integration')]
class I18nExtensionTest extends IntegrationTestCase
{
/** @return ExtensionInterface[] */
Expand Down

0 comments on commit 26cbbae

Please sign in to comment.