diff --git a/tests/Hateoas/Tests/Twig/Extension/LinkExtensionIntegrationTest.php b/tests/Hateoas/Tests/Twig/Extension/LinkExtensionIntegrationTest.php index 9426f35..61f1507 100644 --- a/tests/Hateoas/Tests/Twig/Extension/LinkExtensionIntegrationTest.php +++ b/tests/Hateoas/Tests/Twig/Extension/LinkExtensionIntegrationTest.php @@ -8,10 +8,12 @@ use Hateoas\HateoasBuilder; use Hateoas\Twig\Extension\LinkExtension; use Hateoas\UrlGenerator\CallableUrlGenerator; +use PHPUnit\Framework\Attributes\IgnoreDeprecations; use Twig\Test\IntegrationTestCase; class LinkExtensionIntegrationTest extends IntegrationTestCase { + #[IgnoreDeprecations] public function getExtensions() { $hateoas = HateoasBuilder::create()