From 3d59d9049f12b19a10ff224822438489eea08d56 Mon Sep 17 00:00:00 2001 From: Perry van der Meer <11609290+PerryvanderMeer@users.noreply.github.com> Date: Mon, 27 May 2024 15:52:35 +0200 Subject: [PATCH] use Macroable (#51572) --- PendingCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PendingCommand.php b/PendingCommand.php index 5aac2df..723895b 100644 --- a/PendingCommand.php +++ b/PendingCommand.php @@ -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; @@ -20,6 +21,7 @@ class PendingCommand { use Conditionable; + use Macroable; /** * The test being run.