Skip to content

Commit

Permalink
remove unused trait
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Jul 7, 2018
1 parent 1267893 commit 0bad14b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/ShortcutsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 0bad14b

Please sign in to comment.