Skip to content

Commit

Permalink
Ignore Twig deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Oct 31, 2024
1 parent 18dd2fb commit 8c85362
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8c85362

Please sign in to comment.