Add newlines to files.

This commit is contained in:
James Cole
2017-08-12 07:48:39 +02:00
parent 743547096e
commit 337895cbaa
13 changed files with 12 additions and 13 deletions

View File

@@ -140,7 +140,6 @@ class SplitControllerTest extends TestCase
$repository->shouldReceive('first')->times(2)->andReturn(new TransactionJournal);
$attachmentRepos = $this->mock(AttachmentHelperInterface::class);
$attachmentRepos->shouldReceive('saveAttachmentsForModel');
$attachmentRepos->shouldReceive('getMessages')->andReturn(new MessageBag);