diff --git a/tests/ShortcutsTest.php b/tests/ShortcutsTest.php index e939425..96e880d 100644 --- a/tests/ShortcutsTest.php +++ b/tests/ShortcutsTest.php @@ -2,14 +2,11 @@ namespace Sven\ArtisanShortcuts\Tests; -use GrahamCampbell\TestBenchCore\MockeryTrait; use Illuminate\Contracts\Console\Kernel; use Sven\ArtisanShortcuts\ShortcutManager; class ShortcutsTest extends TestCase { - use MockeryTrait; - /** @test */ public function it_registers_the_shortcut_as_a_command() {