Skip to content

Commit 88a7b47

Browse files
use Macroable (#51572)
1 parent 579a710 commit 88a7b47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Testing/PendingCommand.php

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Illuminate\Contracts\Support\Arrayable;
1010
use Illuminate\Support\Arr;
1111
use Illuminate\Support\Traits\Conditionable;
12+
use Illuminate\Support\Traits\Macroable;
1213
use Mockery;
1314
use Mockery\Exception\NoMatchingExpectationException;
1415
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
@@ -20,6 +21,7 @@
2021
class PendingCommand
2122
{
2223
use Conditionable;
24+
use Macroable;
2325

2426
/**
2527
* The test being run.

0 commit comments

Comments
 (0)