Add new lines to files.

This commit is contained in:
James Cole
2017-02-16 22:33:32 +01:00
parent 8460ee2dc4
commit 4ff5f526ba
46 changed files with 46 additions and 46 deletions

View File

@@ -52,4 +52,4 @@ class StartFireflySession extends StartSession
}
}
}
}

View File

@@ -61,4 +61,4 @@ class FireflySessionProvider extends ServiceProvider
}
);
}
}
}

View File

@@ -44,4 +44,4 @@
</div>
</body>
</html>
</html>

View File

@@ -7,4 +7,4 @@
{% endfor %}
</select>
</div>
</div>
</div>

View File

@@ -210,4 +210,4 @@ class AccountControllerTest extends TestCase
$response->assertSee('<ol class="breadcrumb">');
$response->assertSee($data['name']);
}
}
}

View File

@@ -60,4 +60,4 @@ class ConfigurationControllerTest extends TestCase
$response->assertStatus(302);
}
}
}

View File

@@ -28,4 +28,4 @@ class HomeControllerTest extends TestCase
$response->assertSee('<ol class="breadcrumb">');
}
}
}

View File

@@ -53,4 +53,4 @@ class UserControllerTest extends TestCase
}
}
}

View File

@@ -109,4 +109,4 @@ class AttachmentControllerTest extends TestCase
}
}
}

View File

@@ -54,4 +54,4 @@ class TwoFactorControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -166,4 +166,4 @@ class BillControllerTest extends TestCase
$response->assertSee($data['name']);
}
}
}

View File

@@ -269,4 +269,4 @@ class BudgetControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

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

View File

@@ -138,4 +138,4 @@ class AccountControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -41,4 +41,4 @@ class BillControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -88,4 +88,4 @@ class BudgetControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -134,4 +134,4 @@ class CategoryControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -67,4 +67,4 @@ class CategoryReportControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -27,4 +27,4 @@ class PiggyBankControllerTest extends TestCase
}
}
}

View File

@@ -47,4 +47,4 @@ class ReportControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -128,4 +128,4 @@ class CurrencyControllerTest extends TestCase
$response->assertSessionHas('success');
}
}
}

View File

@@ -99,4 +99,4 @@ class ExportControllerTest extends TestCase
$response->assertSee('ok');
}
}
}

View File

@@ -33,4 +33,4 @@ class HelpControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -83,4 +83,4 @@ class HomeControllerTest extends TestCase
$response->assertSessionHas('error');
}
}
}

View File

@@ -165,4 +165,4 @@ class ImportControllerTest extends TestCase
$response->assertStatus(302);
}
}
}

View File

@@ -146,4 +146,4 @@ class JsonControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -42,4 +42,4 @@ class NewUserControllerTest extends TestCase
$response->assertSessionHas('success');
}
}
}

View File

@@ -228,4 +228,4 @@ class PiggyBankControllerTest extends TestCase
}
}
}

View File

@@ -140,4 +140,4 @@ class ReportControllerTest extends TestCase
}
}
}

View File

@@ -75,4 +75,4 @@ class PreferencesControllerTest extends TestCase
$response->assertRedirect(route('preferences.index'));
}
}
}

View File

@@ -85,4 +85,4 @@ class ProfileControllerTest extends TestCase
$response->assertRedirect(route('index'));
}
}
}

View File

@@ -26,4 +26,4 @@ class AccountControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -26,4 +26,4 @@ class BalanceControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -36,4 +36,4 @@ class BudgetControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -46,4 +46,4 @@ class CategoryControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -46,4 +46,4 @@ class OperationsControllerTest extends TestCase
$response->assertStatus(200);
}
}
}

View File

@@ -91,4 +91,4 @@ class ReportControllerTest extends TestCase
$response->assertStatus(302);
}
}
}

View File

@@ -216,4 +216,4 @@ class RuleControllerTest extends TestCase
$response->assertSessionHas('success');
}
}
}

View File

@@ -161,4 +161,4 @@ class RuleGroupControllerTest extends TestCase
$response->assertSessionHas('success');
}
}
}

View File

@@ -37,4 +37,4 @@ class SearchControllerTest extends TestCase
$response->assertSee('<ol class="breadcrumb">');
}
}
}

View File

@@ -123,4 +123,4 @@ class TagControllerTest extends TestCase
$response->assertSessionHas('success');
}
}
}

View File

@@ -112,4 +112,4 @@ class ConvertControllerTest extends TestCase
}
}
}

View File

@@ -100,4 +100,4 @@ class MassControllerTest extends TestCase
}
}
}

View File

@@ -132,4 +132,4 @@ class SingleControllerTest extends TestCase
}
}
}

View File

@@ -75,4 +75,4 @@ class SplitControllerTest extends TestCase
$response->assertSee('<ol class="breadcrumb">');
}
}
}

View File

@@ -77,4 +77,4 @@ class TransactionControllerTest extends TestCase
$response->assertSee('<ol class="breadcrumb">');
}
}
}