mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 06:32:05 +00:00
Added new line at the end of files. [skip ci]
This commit is contained in:
@@ -253,4 +253,4 @@ class BillControllerTest extends TestCase
|
||||
$this->assertResponseStatus(302);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -316,4 +316,4 @@ class BudgetControllerTest extends TestCase
|
||||
$this->assertResponseOk();
|
||||
$this->assertViewHas('amount');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -222,4 +222,4 @@ class CategoryControllerTest extends TestCase
|
||||
$this->assertResponseStatus(302);
|
||||
$this->assertSessionHas('success', 'Category "' . $category->name . '" updated.');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -214,4 +214,4 @@ class CurrencyControllerTest extends TestCase
|
||||
$this->assertResponseStatus(302);
|
||||
$this->assertSessionHas('success');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -344,4 +344,4 @@ class GoogleChartControllerTest extends TestCase
|
||||
$this->call('GET', '/chart/reports/income-expenses-sum/2015');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -95,4 +95,4 @@ class HelpControllerTest extends TestCase
|
||||
$this->call('GET', '/help/accounts.index');
|
||||
$this->assertResponseOk();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -224,4 +224,4 @@ class JsonControllerTest extends TestCase
|
||||
$this->assertResponseOk();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -82,4 +82,4 @@ class PreferencesControllerTest extends TestCase
|
||||
$this->call('POST', '/preferences', $data);
|
||||
$this->assertResponseStatus(302);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -167,4 +167,4 @@ class ProfileControllerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -97,4 +97,4 @@ class ReminderControllerTest extends TestCase
|
||||
$this->assertResponseOk();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -235,4 +235,4 @@ class ReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -52,4 +52,4 @@ class SearchControllerTest extends TestCase
|
||||
$this->call('GET', '/search?q=Something');
|
||||
$this->assertResponseOk();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -214,4 +214,4 @@ class TagControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -360,4 +360,4 @@ class TransactionControllerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user