Small code cleanup.

This commit is contained in:
James Cole
2017-08-11 05:42:15 +02:00
parent bc0ef11a8c
commit 04a2cd1f1f
8 changed files with 7 additions and 16 deletions

View File

@@ -83,7 +83,6 @@ class TagControllerTest extends TestCase
public function testEdit()
{
// mock stuff
$repository = $this->mock(TagRepositoryInterface::class);
$journalRepos = $this->mock(JournalRepositoryInterface::class);
$journalRepos->shouldReceive('first')->once()->andReturn(new TransactionJournal);