Skip to content

Commit

Permalink
Merge pull request #38 from City-of-Helsinki/UHF-8390
Browse files Browse the repository at this point in the history
UHF-8390
  • Loading branch information
rpnykanen authored Jun 8, 2023
2 parents 31ee06e + 3a37ac5 commit b65a55c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/src/Kernel/MenuTreeBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

namespace Drupal\Tests\helfi_navigation\Kernel;

use Prophecy\PhpUnit\ProphecyTrait;

/**
* Tests menu tree builder.
*
Expand All @@ -12,6 +14,8 @@
*/
class MenuTreeBuilderTest extends MenuTreeBuilderTestBase {

use ProphecyTrait;

/**
* Tests menu tree without root object.
*
Expand Down

0 comments on commit b65a55c

Please sign in to comment.