Skip to content

Commit

Permalink
use Macroable (#51572)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryvanderMeer authored May 27, 2024
1 parent 728bc34 commit 3d59d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PendingCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Support\Arr;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Macroable;
use Mockery;
use Mockery\Exception\NoMatchingExpectationException;
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
Expand All @@ -20,6 +21,7 @@
class PendingCommand
{
use Conditionable;
use Macroable;

/**
* The test being run.
Expand Down

0 comments on commit 3d59d90

Please sign in to comment.