Skip to content

Commit f4b0376

Browse files
committed
Mockery ^1.0 features used.
1 parent 655ceb5 commit f4b0376

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ConsoleMutex/TestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use Illuminate\Contracts\Console\Kernel as KernelContract;
66
use Illuminated\Testing\TestingTools;
77
use Kernel;
8+
use Mockery;
9+
10+
Mockery::globalHelpers();
811

912
abstract class TestCase extends \Orchestra\Testbench\TestCase
1013
{

0 commit comments

Comments
 (0)