Skip to content

Commit 4ae99e1

Browse files
committed
ICM: Testing tools used.
1 parent 4bc6f85 commit 4ae99e1

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"phpunit/phpunit": "^5.0",
2020
"mockery/mockery": "^0.9",
2121
"orchestra/testbench": "^3.1",
22+
"illuminated/testing-tools": "^0.5.5",
2223
"predis/predis": "^1.1"
2324
},
2425
"suggest" : {

composer.lock

Lines changed: 50 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/ConsoleMutex/TestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
namespace Illuminated\Console\ConsoleMutex\Tests;
44

55
use Illuminate\Contracts\Console\Kernel as KernelContract;
6+
use Illuminated\Testing\TestingTools;
67
use Kernel;
78

89
abstract class TestCase extends \Orchestra\Testbench\TestCase
910
{
11+
use TestingTools;
12+
1013
protected function resolveApplicationConsoleKernel($app)
1114
{
1215
$app->singleton(KernelContract::class, Kernel::class);

0 commit comments

Comments
 (0)