diff --git a/tests/acceptance/Controllers/AccountControllerTest.php b/tests/acceptance/Controllers/AccountControllerTest.php index b7c59f0868..adf72e3645 100644 --- a/tests/acceptance/Controllers/AccountControllerTest.php +++ b/tests/acceptance/Controllers/AccountControllerTest.php @@ -1,4 +1,13 @@ be($this->user()); $this->changeDateRange($this->user(), $range); diff --git a/tests/acceptance/Controllers/Admin/ConfigurationControllerTest.php b/tests/acceptance/Controllers/Admin/ConfigurationControllerTest.php index f26a87346a..ba2cb9b48d 100644 --- a/tests/acceptance/Controllers/Admin/ConfigurationControllerTest.php +++ b/tests/acceptance/Controllers/Admin/ConfigurationControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete( diff --git a/tests/acceptance/Controllers/CategoryControllerTest.php b/tests/acceptance/Controllers/CategoryControllerTest.php index 81ed138644..7af66d728b 100644 --- a/tests/acceptance/Controllers/CategoryControllerTest.php +++ b/tests/acceptance/Controllers/CategoryControllerTest.php @@ -1,8 +1,17 @@ markTestIncomplete( diff --git a/tests/acceptance/Controllers/Chart/AccountControllerTest.php b/tests/acceptance/Controllers/Chart/AccountControllerTest.php index e231c341b0..b7b9cd9f26 100644 --- a/tests/acceptance/Controllers/Chart/AccountControllerTest.php +++ b/tests/acceptance/Controllers/Chart/AccountControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete( @@ -44,10 +54,10 @@ class AccountControllerTest extends TestCase } /** - * @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByCategory - * Implement testExpenseByCategory(). + * @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseCategory + * Implement testExpenseCategory(). */ - public function testExpenseByCategory() + public function testExpenseCategory() { // Remove the following lines when you implement this test. $this->markTestIncomplete( @@ -68,10 +78,10 @@ class AccountControllerTest extends TestCase } /** - * @covers FireflyIII\Http\Controllers\Chart\AccountController::incomeByCategory - * Implement testIncomeByCategory(). + * @covers FireflyIII\Http\Controllers\Chart\AccountController::incomeCategory + * Implement testIncomeCategory(). */ - public function testIncomeByCategory() + public function testIncomeCategory() { // Remove the following lines when you implement this test. $this->markTestIncomplete( diff --git a/tests/acceptance/Controllers/Chart/BillControllerTest.php b/tests/acceptance/Controllers/Chart/BillControllerTest.php index 7c8e5c5e81..648c913371 100644 --- a/tests/acceptance/Controllers/Chart/BillControllerTest.php +++ b/tests/acceptance/Controllers/Chart/BillControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete( + 'This test has not been implemented yet.' + ); + } + /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. diff --git a/tests/acceptance/Controllers/Chart/CategoryControllerTest.php b/tests/acceptance/Controllers/Chart/CategoryControllerTest.php index 164c4995d1..7a5d32c32b 100644 --- a/tests/acceptance/Controllers/Chart/CategoryControllerTest.php +++ b/tests/acceptance/Controllers/Chart/CategoryControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete( + 'This test has not been implemented yet.' + ); + } + /** * @covers FireflyIII\Http\Controllers\Chart\CategoryController::specificPeriod * Implement testSpecificPeriod(). diff --git a/tests/acceptance/Controllers/Chart/CategoryReportControllerTest.php b/tests/acceptance/Controllers/Chart/CategoryReportControllerTest.php index 3b6f57f9b8..1852b7df3c 100644 --- a/tests/acceptance/Controllers/Chart/CategoryReportControllerTest.php +++ b/tests/acceptance/Controllers/Chart/CategoryReportControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete( @@ -44,10 +54,10 @@ class ReportControllerTest extends TestCase } /** - * @covers FireflyIII\Http\Controllers\Chart\ReportController::yearInOutSummarized - * Implement testYearInOutSummarized(). + * @covers FireflyIII\Http\Controllers\Chart\ReportController::sum + * Implement testSum(). */ - public function testYearInOutSummarized() + public function testSum() { // Remove the following lines when you implement this test. $this->markTestIncomplete( diff --git a/tests/acceptance/Controllers/ControllerTest.php b/tests/acceptance/Controllers/ControllerTest.php index 3e6c213205..69ba970d17 100644 --- a/tests/acceptance/Controllers/ControllerTest.php +++ b/tests/acceptance/Controllers/ControllerTest.php @@ -1,8 +1,17 @@ markTestIncomplete( diff --git a/tests/acceptance/Controllers/PreferencesControllerTest.php b/tests/acceptance/Controllers/PreferencesControllerTest.php index 9d3048036b..8601e1f46d 100644 --- a/tests/acceptance/Controllers/PreferencesControllerTest.php +++ b/tests/acceptance/Controllers/PreferencesControllerTest.php @@ -1,8 +1,17 @@ markTestIncomplete( diff --git a/tests/acceptance/Controllers/Report/BalanceControllerTest.php b/tests/acceptance/Controllers/Report/BalanceControllerTest.php index fcae91dc8d..0bc2c214d4 100644 --- a/tests/acceptance/Controllers/Report/BalanceControllerTest.php +++ b/tests/acceptance/Controllers/Report/BalanceControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete( diff --git a/tests/acceptance/Controllers/Report/BudgetControllerTest.php b/tests/acceptance/Controllers/Report/BudgetControllerTest.php index adc7c4c49b..68dfcbd216 100644 --- a/tests/acceptance/Controllers/Report/BudgetControllerTest.php +++ b/tests/acceptance/Controllers/Report/BudgetControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete( @@ -32,10 +42,10 @@ class BudgetControllerTest extends TestCase } /** - * @covers FireflyIII\Http\Controllers\Report\BudgetController::budgetReport - * Implement testBudgetReport(). + * @covers FireflyIII\Http\Controllers\Report\BudgetController::period + * Implement testPeriod(). */ - public function testBudgetReport() + public function testPeriod() { // Remove the following lines when you implement this test. $this->markTestIncomplete( diff --git a/tests/acceptance/Controllers/Report/CategoryControllerTest.php b/tests/acceptance/Controllers/Report/CategoryControllerTest.php index 948b82cf83..2778366960 100644 --- a/tests/acceptance/Controllers/Report/CategoryControllerTest.php +++ b/tests/acceptance/Controllers/Report/CategoryControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete( @@ -32,10 +42,22 @@ class CategoryControllerTest extends TestCase } /** - * @covers FireflyIII\Http\Controllers\Report\CategoryController::categoryReport - * Implement testCategoryReport(). + * @covers FireflyIII\Http\Controllers\Report\CategoryController::income + * Implement testIncome(). */ - public function testCategoryReport() + public function testIncome() + { + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); + } + + /** + * @covers FireflyIII\Http\Controllers\Report\CategoryController::operations + * Implement testOperations(). + */ + public function testOperations() { // Remove the following lines when you implement this test. $this->markTestIncomplete( diff --git a/tests/acceptance/Controllers/Report/InOutControllerTest.php b/tests/acceptance/Controllers/Report/OperationsControllerTest.php similarity index 55% rename from tests/acceptance/Controllers/Report/InOutControllerTest.php rename to tests/acceptance/Controllers/Report/OperationsControllerTest.php index d8628164c2..3cea11ebc9 100644 --- a/tests/acceptance/Controllers/Report/InOutControllerTest.php +++ b/tests/acceptance/Controllers/Report/OperationsControllerTest.php @@ -1,12 +1,22 @@ markTestIncomplete( @@ -32,10 +42,10 @@ class InOutControllerTest extends TestCase } /** - * @covers FireflyIII\Http\Controllers\Report\InOutController::incExpReport - * Implement testIncExpReport(). + * @covers FireflyIII\Http\Controllers\Report\OperationsController::income + * Implement testIncome(). */ - public function testIncExpReport() + public function testIncome() { // Remove the following lines when you implement this test. $this->markTestIncomplete( @@ -44,10 +54,10 @@ class InOutControllerTest extends TestCase } /** - * @covers FireflyIII\Http\Controllers\Report\InOutController::incomeReport - * Implement testIncomeReport(). + * @covers FireflyIII\Http\Controllers\Report\OperationsController::operations + * Implement testOperations(). */ - public function testIncomeReport() + public function testOperations() { // Remove the following lines when you implement this test. $this->markTestIncomplete( diff --git a/tests/acceptance/Controllers/ReportControllerTest.php b/tests/acceptance/Controllers/ReportControllerTest.php index 579e9e6171..d4587bb062 100644 --- a/tests/acceptance/Controllers/ReportControllerTest.php +++ b/tests/acceptance/Controllers/ReportControllerTest.php @@ -1,8 +1,17 @@ markTestIncomplete( @@ -32,10 +42,10 @@ class ConvertControllerTest extends TestCase } /** - * @covers FireflyIII\Http\Controllers\Transaction\ConvertController::submit - * Implement testSubmit(). + * @covers FireflyIII\Http\Controllers\Transaction\ConvertController::postIndex + * Implement testPostIndex(). */ - public function testSubmit() + public function testPostIndex() { // Remove the following lines when you implement this test. $this->markTestIncomplete( diff --git a/tests/acceptance/Controllers/Transaction/MassControllerTest.php b/tests/acceptance/Controllers/Transaction/MassControllerTest.php index d0bc7be105..db76774b1c 100644 --- a/tests/acceptance/Controllers/Transaction/MassControllerTest.php +++ b/tests/acceptance/Controllers/Transaction/MassControllerTest.php @@ -1,10 +1,20 @@ markTestIncomplete(