Skip to content

Commit

Permalink
fix(next): add ProphecyTrait to PathRevalidatorTest (chapter-three#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Jan 5, 2023
1 parent a5221a4 commit 34215a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/next/tests/src/Kernel/Plugin/PathRevalidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Drupal\next\Entity\NextSite;
use Drupal\Tests\node\Traits\NodeCreationTrait;
use GuzzleHttp\ClientInterface;
use Prophecy\PhpUnit\ProphecyTrait;

/**
* Tests the path revalidator plugin.
Expand All @@ -18,6 +19,7 @@
class PathRevalidatorTest extends KernelTestBase {

use NodeCreationTrait;
use ProphecyTrait;

/**
* {@inheritdoc}
Expand Down

0 comments on commit 34215a4

Please sign in to comment.