mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Update tests.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Chart;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33.
|
||||
*/
|
||||
class AccountControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseAccounts
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::expenseAccounts
|
||||
* Implement testExpenseAccounts().
|
||||
*/
|
||||
public function testExpenseAccounts()
|
||||
@@ -42,7 +42,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseBudget
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::expenseBudget
|
||||
* Implement testExpenseBudget().
|
||||
*/
|
||||
public function testExpenseBudget()
|
||||
@@ -54,7 +54,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseCategory
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::expenseCategory
|
||||
* Implement testExpenseCategory().
|
||||
*/
|
||||
public function testExpenseCategory()
|
||||
@@ -66,7 +66,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::frontpage
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::frontpage
|
||||
* Implement testFrontpage().
|
||||
*/
|
||||
public function testFrontpage()
|
||||
@@ -78,7 +78,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::incomeCategory
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::incomeCategory
|
||||
* Implement testIncomeCategory().
|
||||
*/
|
||||
public function testIncomeCategory()
|
||||
@@ -90,7 +90,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::report
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::report
|
||||
* Implement testReport().
|
||||
*/
|
||||
public function testReport()
|
||||
@@ -102,7 +102,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::revenueAccounts
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::revenueAccounts
|
||||
* Implement testRevenueAccounts().
|
||||
*/
|
||||
public function testRevenueAccounts()
|
||||
@@ -114,7 +114,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::single
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::single
|
||||
* Implement testSingle().
|
||||
*/
|
||||
public function testSingle()
|
||||
@@ -126,7 +126,7 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::specificPeriod
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\AccountController::specificPeriod
|
||||
* Implement testSpecificPeriod().
|
||||
*/
|
||||
public function testSpecificPeriod()
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Chart;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33.
|
||||
*/
|
||||
class BillControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class BillControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\BillController::frontpage
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\BillController::frontpage
|
||||
* Implement testFrontpage().
|
||||
*/
|
||||
public function testFrontpage()
|
||||
@@ -42,7 +42,7 @@ class BillControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\BillController::single
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\BillController::single
|
||||
* Implement testSingle().
|
||||
*/
|
||||
public function testSingle()
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Chart;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33.
|
||||
*/
|
||||
class BudgetControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::budget
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\BudgetController::budget
|
||||
* Implement testBudget().
|
||||
*/
|
||||
public function testBudget()
|
||||
@@ -42,7 +42,7 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::budgetLimit
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\BudgetController::budgetLimit
|
||||
* Implement testBudgetLimit().
|
||||
*/
|
||||
public function testBudgetLimit()
|
||||
@@ -54,7 +54,7 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::frontpage
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\BudgetController::frontpage
|
||||
* Implement testFrontpage().
|
||||
*/
|
||||
public function testFrontpage()
|
||||
@@ -66,7 +66,7 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::period
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\BudgetController::period
|
||||
* Implement testPeriod().
|
||||
*/
|
||||
public function testPeriod()
|
||||
@@ -78,7 +78,7 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::periodNoBudget
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\BudgetController::periodNoBudget
|
||||
* Implement testPeriodNoBudget().
|
||||
*/
|
||||
public function testPeriodNoBudget()
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Chart;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33.
|
||||
*/
|
||||
class CategoryControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::all
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryController::all
|
||||
* Implement testAll().
|
||||
*/
|
||||
public function testAll()
|
||||
@@ -42,7 +42,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::currentPeriod
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryController::currentPeriod
|
||||
* Implement testCurrentPeriod().
|
||||
*/
|
||||
public function testCurrentPeriod()
|
||||
@@ -54,7 +54,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::frontpage
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryController::frontpage
|
||||
* Implement testFrontpage().
|
||||
*/
|
||||
public function testFrontpage()
|
||||
@@ -66,7 +66,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::reportPeriod
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryController::reportPeriod
|
||||
* Implement testReportPeriod().
|
||||
*/
|
||||
public function testReportPeriod()
|
||||
@@ -78,7 +78,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::reportPeriodNoCategory
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryController::reportPeriodNoCategory
|
||||
* Implement testReportPeriodNoCategory().
|
||||
*/
|
||||
public function testReportPeriodNoCategory()
|
||||
@@ -90,7 +90,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::specificPeriod
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryController::specificPeriod
|
||||
* Implement testSpecificPeriod().
|
||||
*/
|
||||
public function testSpecificPeriod()
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Chart;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33.
|
||||
*/
|
||||
class CategoryReportControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class CategoryReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::accountExpense
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryReportController::accountExpense
|
||||
* Implement testAccountExpense().
|
||||
*/
|
||||
public function testAccountExpense()
|
||||
@@ -42,7 +42,7 @@ class CategoryReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::accountIncome
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryReportController::accountIncome
|
||||
* Implement testAccountIncome().
|
||||
*/
|
||||
public function testAccountIncome()
|
||||
@@ -54,7 +54,7 @@ class CategoryReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::categoryExpense
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryReportController::categoryExpense
|
||||
* Implement testCategoryExpense().
|
||||
*/
|
||||
public function testCategoryExpense()
|
||||
@@ -66,7 +66,7 @@ class CategoryReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::categoryIncome
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryReportController::categoryIncome
|
||||
* Implement testCategoryIncome().
|
||||
*/
|
||||
public function testCategoryIncome()
|
||||
@@ -78,7 +78,7 @@ class CategoryReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::mainChart
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\CategoryReportController::mainChart
|
||||
* Implement testMainChart().
|
||||
*/
|
||||
public function testMainChart()
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Chart;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33.
|
||||
*/
|
||||
class PiggyBankControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class PiggyBankControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\PiggyBankController::history
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\PiggyBankController::history
|
||||
* Implement testHistory().
|
||||
*/
|
||||
public function testHistory()
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Chart;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33.
|
||||
*/
|
||||
class ReportControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class ReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::netWorth
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\ReportController::netWorth
|
||||
* Implement testNetWorth().
|
||||
*/
|
||||
public function testNetWorth()
|
||||
@@ -42,7 +42,7 @@ class ReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::operations
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\ReportController::operations
|
||||
* Implement testOperations().
|
||||
*/
|
||||
public function testOperations()
|
||||
@@ -54,7 +54,7 @@ class ReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::sum
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\ReportController::sum
|
||||
* Implement testSum().
|
||||
*/
|
||||
public function testSum()
|
||||
|
||||
Reference in New Issue
Block a user