Added new line at the end of files. [skip ci]

This commit is contained in:
James Cole
2015-05-05 12:51:57 +02:00
parent c85bc59c1d
commit cbb62d3d78
57 changed files with 57 additions and 57 deletions

View File

@@ -253,4 +253,4 @@ class BillControllerTest extends TestCase
$this->assertResponseStatus(302);
}
}
}

View File

@@ -316,4 +316,4 @@ class BudgetControllerTest extends TestCase
$this->assertResponseOk();
$this->assertViewHas('amount');
}
}
}

View File

@@ -222,4 +222,4 @@ class CategoryControllerTest extends TestCase
$this->assertResponseStatus(302);
$this->assertSessionHas('success', 'Category "' . $category->name . '" updated.');
}
}
}

View File

@@ -214,4 +214,4 @@ class CurrencyControllerTest extends TestCase
$this->assertResponseStatus(302);
$this->assertSessionHas('success');
}
}
}

View File

@@ -344,4 +344,4 @@ class GoogleChartControllerTest extends TestCase
$this->call('GET', '/chart/reports/income-expenses-sum/2015');
}
}
}

View File

@@ -95,4 +95,4 @@ class HelpControllerTest extends TestCase
$this->call('GET', '/help/accounts.index');
$this->assertResponseOk();
}
}
}

View File

@@ -224,4 +224,4 @@ class JsonControllerTest extends TestCase
$this->assertResponseOk();
}
}
}

View File

@@ -82,4 +82,4 @@ class PreferencesControllerTest extends TestCase
$this->call('POST', '/preferences', $data);
$this->assertResponseStatus(302);
}
}
}

View File

@@ -167,4 +167,4 @@ class ProfileControllerTest extends TestCase
}
}
}

View File

@@ -97,4 +97,4 @@ class ReminderControllerTest extends TestCase
$this->assertResponseOk();
}
}
}

View File

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

View File

@@ -52,4 +52,4 @@ class SearchControllerTest extends TestCase
$this->call('GET', '/search?q=Something');
$this->assertResponseOk();
}
}
}

View File

@@ -214,4 +214,4 @@ class TagControllerTest extends TestCase
}
}
}

View File

@@ -360,4 +360,4 @@ class TransactionControllerTest extends TestCase
}
}
}