Add newlines to tests. [skip ci]

This commit is contained in:
James Cole
2018-07-22 20:33:17 +02:00
parent b7752928a4
commit a616e06f9d
55 changed files with 55 additions and 55 deletions

View File

@@ -298,4 +298,4 @@ class AttachmentControllerTest extends TestCase
//$response = $this->post('/api/v1/attachments/' . $attachment->id . '/upload',$content, ['Accept' => 'application/json']);
$response->assertStatus(204);
}
}
}

View File

@@ -186,4 +186,4 @@ class AvailableBudgetControllerTest extends TestCase
}
}
}

View File

@@ -172,4 +172,4 @@ class BudgetControllerTest extends TestCase
}
}
}

View File

@@ -329,4 +329,4 @@ class BudgetLimitControllerTest extends TestCase
$response->assertSee('Unknown budget.');
}
}
}

View File

@@ -174,4 +174,4 @@ class CategoryControllerTest extends TestCase
}
}
}

View File

@@ -182,4 +182,4 @@ class ConfigurationControllerTest extends TestCase
}
}
}

View File

@@ -102,4 +102,4 @@ class CurrencyExchangeRateControllerTest extends TestCase
);
$response->assertHeader('Content-Type', 'application/vnd.api+json');
}
}
}

View File

@@ -236,4 +236,4 @@ class JournalLinkControllerTest extends TestCase
$response->assertSee($journalLink->created_at->toAtomString()); // the creation moment.
$response->assertHeader('Content-Type', 'application/vnd.api+json');
}
}
}

View File

@@ -197,4 +197,4 @@ class LinkTypeControllerTest extends TestCase
}
}
}

View File

@@ -1628,4 +1628,4 @@ class RecurrenceControllerTest extends TestCase
$response->assertHeader('Content-Type', 'application/vnd.api+json');
}
}
}