Skip to content

Commit

Permalink
Fix test erroring.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Feb 29, 2024
1 parent debe947 commit b5f9ffa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/src/Kernel/EmbargoAccessQueryTaggingAlterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
class EmbargoAccessQueryTaggingAlterTest extends EmbargoKernelTestBase {
use DatabaseQueryTestTraits;

/**
* Test embargo instance.
*
* @var \Drupal\embargo\EmbargoInterface
*/
protected EmbargoInterface $embargo;

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit b5f9ffa

Please sign in to comment.