Skip to content

Commit

Permalink
Import used functions
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 25, 2024
1 parent de6fb29 commit c04edb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/testing/src/MocksKernelFeatures.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
use Hyde\Foundation\Kernel\RouteCollection;
use Illuminate\Support\Collection;

use function collect;
use function is_string;

/**
* A trait to mock kernel features for testing.
*
Expand Down

0 comments on commit c04edb9

Please sign in to comment.