Update tests.

This commit is contained in:
James Cole 2016-12-07 19:53:41 +01:00
parent db1a60b6df
commit df6f4aecf8
48 changed files with 495 additions and 495 deletions

View File

@ -14,7 +14,7 @@ namespace Admin;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
*/
class ConfigurationControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class ConfigurationControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\ConfigurationController::index
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::index
* Implement testIndex().
*/
public function testIndex()
@ -42,7 +42,7 @@ class ConfigurationControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\ConfigurationController::store
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::store
* Implement testStore().
*/
public function testStore()

View File

@ -14,7 +14,7 @@ namespace Admin;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
*/
class DomainControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class DomainControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\DomainController::domains
* @covers \FireflyIII\Http\Controllers\Admin\DomainController::domains
* Implement testDomains().
*/
public function testDomains()
@ -42,7 +42,7 @@ class DomainControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\DomainController::manual
* @covers \FireflyIII\Http\Controllers\Admin\DomainController::manual
* Implement testManual().
*/
public function testManual()
@ -54,7 +54,7 @@ class DomainControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\DomainController::toggleDomain
* @covers \FireflyIII\Http\Controllers\Admin\DomainController::toggleDomain
* Implement testToggleDomain().
*/
public function testToggleDomain()

View File

@ -14,7 +14,7 @@ namespace Admin;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
*/
class HomeControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class HomeControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\HomeController::index
* @covers \FireflyIII\Http\Controllers\Admin\HomeController::index
* Implement testIndex().
*/
public function testIndex()

View File

@ -14,7 +14,7 @@ namespace Admin;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
*/
class UserControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class UserControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\UserController::edit
* @covers \FireflyIII\Http\Controllers\Admin\UserController::edit
* Implement testEdit().
*/
public function testEdit()
@ -42,7 +42,7 @@ class UserControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\UserController::index
* @covers \FireflyIII\Http\Controllers\Admin\UserController::index
* Implement testIndex().
*/
public function testIndex()
@ -54,7 +54,7 @@ class UserControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Admin\UserController::show
* @covers \FireflyIII\Http\Controllers\Admin\UserController::show
* Implement testShow().
*/
public function testShow()

View File

@ -11,7 +11,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
*/
class AttachmentControllerTest extends TestCase
{
@ -27,7 +27,7 @@ class AttachmentControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\AttachmentController::delete
* @covers \FireflyIII\Http\Controllers\AttachmentController::delete
* Implement testDelete().
*/
public function testDelete()
@ -39,7 +39,7 @@ class AttachmentControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\AttachmentController::destroy
* @covers \FireflyIII\Http\Controllers\AttachmentController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -51,7 +51,7 @@ class AttachmentControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\AttachmentController::download
* @covers \FireflyIII\Http\Controllers\AttachmentController::download
* Implement testDownload().
*/
public function testDownload()
@ -63,7 +63,7 @@ class AttachmentControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\AttachmentController::edit
* @covers \FireflyIII\Http\Controllers\AttachmentController::edit
* Implement testEdit().
*/
public function testEdit()
@ -75,7 +75,7 @@ class AttachmentControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\AttachmentController::preview
* @covers \FireflyIII\Http\Controllers\AttachmentController::preview
* Implement testPreview().
*/
public function testPreview()
@ -87,7 +87,7 @@ class AttachmentControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\AttachmentController::update
* @covers \FireflyIII\Http\Controllers\AttachmentController::update
* Implement testUpdate().
*/
public function testUpdate()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
*/
class ConfirmationControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class ConfirmationControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::confirmationError
* @covers \FireflyIII\Http\Controllers\Auth\ConfirmationController::confirmationError
* Implement testConfirmationError().
*/
public function testConfirmationError()
@ -42,7 +42,7 @@ class ConfirmationControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::doConfirmation
* @covers \FireflyIII\Http\Controllers\Auth\ConfirmationController::doConfirmation
* Implement testDoConfirmation().
*/
public function testDoConfirmation()
@ -54,7 +54,7 @@ class ConfirmationControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::resendConfirmation
* @covers \FireflyIII\Http\Controllers\Auth\ConfirmationController::resendConfirmation
* Implement testResendConfirmation().
*/
public function testResendConfirmation()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
*/
class ForgotPasswordControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class ForgotPasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::broker
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController::broker
* Implement testBroker().
*/
public function testBroker()
@ -42,7 +42,7 @@ class ForgotPasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::sendResetLinkEmail
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController::sendResetLinkEmail
* Implement testSendResetLinkEmail().
*/
public function testSendResetLinkEmail()
@ -54,7 +54,7 @@ class ForgotPasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::showLinkRequestForm
* @covers \FireflyIII\Http\Controllers\Auth\ForgotPasswordController::showLinkRequestForm
* Implement testShowLinkRequestForm().
*/
public function testShowLinkRequestForm()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
*/
class LoginControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class LoginControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\LoginController::login
* @covers \FireflyIII\Http\Controllers\Auth\LoginController::login
* Implement testLogin().
*/
public function testLogin()
@ -42,7 +42,7 @@ class LoginControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\LoginController::logout
* @covers \FireflyIII\Http\Controllers\Auth\LoginController::logout
* Implement testLogout().
*/
public function testLogout()
@ -54,7 +54,7 @@ class LoginControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\LoginController::redirectPath
* @covers \FireflyIII\Http\Controllers\Auth\LoginController::redirectPath
* Implement testRedirectPath().
*/
public function testRedirectPath()
@ -66,7 +66,7 @@ class LoginControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\LoginController::showLoginForm
* @covers \FireflyIII\Http\Controllers\Auth\LoginController::showLoginForm
* Implement testShowLoginForm().
*/
public function testShowLoginForm()
@ -78,7 +78,7 @@ class LoginControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\LoginController::username
* @covers \FireflyIII\Http\Controllers\Auth\LoginController::username
* Implement testUsername().
*/
public function testUsername()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
*/
class PasswordControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class PasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::broker
* @covers \FireflyIII\Http\Controllers\Auth\PasswordController::broker
* Implement testBroker().
*/
public function testBroker()
@ -42,7 +42,7 @@ class PasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::redirectPath
* @covers \FireflyIII\Http\Controllers\Auth\PasswordController::redirectPath
* Implement testRedirectPath().
*/
public function testRedirectPath()
@ -54,7 +54,7 @@ class PasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::reset
* @covers \FireflyIII\Http\Controllers\Auth\PasswordController::reset
* Implement testReset().
*/
public function testReset()
@ -66,7 +66,7 @@ class PasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::sendResetLinkEmail
* @covers \FireflyIII\Http\Controllers\Auth\PasswordController::sendResetLinkEmail
* Implement testSendResetLinkEmail().
*/
public function testSendResetLinkEmail()
@ -78,7 +78,7 @@ class PasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::showResetForm
* @covers \FireflyIII\Http\Controllers\Auth\PasswordController::showResetForm
* Implement testShowResetForm().
*/
public function testShowResetForm()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
*/
class RegisterControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class RegisterControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::redirectPath
* @covers \FireflyIII\Http\Controllers\Auth\RegisterController::redirectPath
* Implement testRedirectPath().
*/
public function testRedirectPath()
@ -42,7 +42,7 @@ class RegisterControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::register
* @covers \FireflyIII\Http\Controllers\Auth\RegisterController::register
* Implement testRegister().
*/
public function testRegister()
@ -54,7 +54,7 @@ class RegisterControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::showRegistrationForm
* @covers \FireflyIII\Http\Controllers\Auth\RegisterController::showRegistrationForm
* Implement testShowRegistrationForm().
*/
public function testShowRegistrationForm()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
*/
class ResetPasswordControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class ResetPasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::broker
* @covers \FireflyIII\Http\Controllers\Auth\ResetPasswordController::broker
* Implement testBroker().
*/
public function testBroker()
@ -42,7 +42,7 @@ class ResetPasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::redirectPath
* @covers \FireflyIII\Http\Controllers\Auth\ResetPasswordController::redirectPath
* Implement testRedirectPath().
*/
public function testRedirectPath()
@ -54,7 +54,7 @@ class ResetPasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::reset
* @covers \FireflyIII\Http\Controllers\Auth\ResetPasswordController::reset
* Implement testReset().
*/
public function testReset()
@ -66,7 +66,7 @@ class ResetPasswordControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::showResetForm
* @covers \FireflyIII\Http\Controllers\Auth\ResetPasswordController::showResetForm
* Implement testShowResetForm().
*/
public function testShowResetForm()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
*/
class TwoFactorControllerTest extends TestCase
{
@ -30,7 +30,7 @@ class TwoFactorControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::index
* @covers \FireflyIII\Http\Controllers\Auth\TwoFactorController::index
* Implement testIndex().
*/
public function testIndex()
@ -42,7 +42,7 @@ class TwoFactorControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::lostTwoFactor
* @covers \FireflyIII\Http\Controllers\Auth\TwoFactorController::lostTwoFactor
* Implement testLostTwoFactor().
*/
public function testLostTwoFactor()
@ -54,7 +54,7 @@ class TwoFactorControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::postIndex
* @covers \FireflyIII\Http\Controllers\Auth\TwoFactorController::postIndex
* Implement testPostIndex().
*/
public function testPostIndex()

View File

@ -11,7 +11,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
*/
class BillControllerTest extends TestCase
{
@ -27,7 +27,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::create
* @covers \FireflyIII\Http\Controllers\BillController::create
* Implement testCreate().
*/
public function testCreate()
@ -39,7 +39,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::delete
* @covers \FireflyIII\Http\Controllers\BillController::delete
* Implement testDelete().
*/
public function testDelete()
@ -51,7 +51,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::destroy
* @covers \FireflyIII\Http\Controllers\BillController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -63,7 +63,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::edit
* @covers \FireflyIII\Http\Controllers\BillController::edit
* Implement testEdit().
*/
public function testEdit()
@ -75,7 +75,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::index
* @covers \FireflyIII\Http\Controllers\BillController::index
* Implement testIndex().
*/
public function testIndex()
@ -87,7 +87,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::rescan
* @covers \FireflyIII\Http\Controllers\BillController::rescan
* Implement testRescan().
*/
public function testRescan()
@ -99,7 +99,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::show
* @covers \FireflyIII\Http\Controllers\BillController::show
* Implement testShow().
*/
public function testShow()
@ -111,7 +111,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::store
* @covers \FireflyIII\Http\Controllers\BillController::store
* Implement testStore().
*/
public function testStore()
@ -123,7 +123,7 @@ class BillControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BillController::update
* @covers \FireflyIII\Http\Controllers\BillController::update
* Implement testUpdate().
*/
public function testUpdate()

View File

@ -11,7 +11,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
*/
class BudgetControllerTest extends TestCase
{
@ -27,7 +27,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::amount
* @covers \FireflyIII\Http\Controllers\BudgetController::amount
* Implement testAmount().
*/
public function testAmount()
@ -39,7 +39,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::create
* @covers \FireflyIII\Http\Controllers\BudgetController::create
* Implement testCreate().
*/
public function testCreate()
@ -51,7 +51,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::delete
* @covers \FireflyIII\Http\Controllers\BudgetController::delete
* Implement testDelete().
*/
public function testDelete()
@ -63,7 +63,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::destroy
* @covers \FireflyIII\Http\Controllers\BudgetController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -75,7 +75,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::edit
* @covers \FireflyIII\Http\Controllers\BudgetController::edit
* Implement testEdit().
*/
public function testEdit()
@ -87,7 +87,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::index
* @covers \FireflyIII\Http\Controllers\BudgetController::index
* Implement testIndex().
*/
public function testIndex()
@ -99,7 +99,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::noBudget
* @covers \FireflyIII\Http\Controllers\BudgetController::noBudget
* Implement testNoBudget().
*/
public function testNoBudget()
@ -111,7 +111,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::postUpdateIncome
* @covers \FireflyIII\Http\Controllers\BudgetController::postUpdateIncome
* Implement testPostUpdateIncome().
*/
public function testPostUpdateIncome()
@ -123,7 +123,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::show
* @covers \FireflyIII\Http\Controllers\BudgetController::show
* Implement testShow().
*/
public function testShow()
@ -135,7 +135,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::showByRepetition
* @covers \FireflyIII\Http\Controllers\BudgetController::showByRepetition
* Implement testShowByRepetition().
*/
public function testShowByRepetition()
@ -147,7 +147,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::store
* @covers \FireflyIII\Http\Controllers\BudgetController::store
* Implement testStore().
*/
public function testStore()
@ -159,7 +159,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::update
* @covers \FireflyIII\Http\Controllers\BudgetController::update
* Implement testUpdate().
*/
public function testUpdate()
@ -171,7 +171,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\BudgetController::updateIncome
* @covers \FireflyIII\Http\Controllers\BudgetController::updateIncome
* Implement testUpdateIncome().
*/
public function testUpdateIncome()

View File

@ -11,7 +11,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
*/
class CategoryControllerTest extends TestCase
{
@ -27,7 +27,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::create
* @covers \FireflyIII\Http\Controllers\CategoryController::create
* Implement testCreate().
*/
public function testCreate()
@ -39,7 +39,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::delete
* @covers \FireflyIII\Http\Controllers\CategoryController::delete
* Implement testDelete().
*/
public function testDelete()
@ -51,7 +51,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::destroy
* @covers \FireflyIII\Http\Controllers\CategoryController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -63,7 +63,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::edit
* @covers \FireflyIII\Http\Controllers\CategoryController::edit
* Implement testEdit().
*/
public function testEdit()
@ -75,7 +75,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::index
* @covers \FireflyIII\Http\Controllers\CategoryController::index
* Implement testIndex().
*/
public function testIndex()
@ -87,7 +87,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::noCategory
* @covers \FireflyIII\Http\Controllers\CategoryController::noCategory
* Implement testNoCategory().
*/
public function testNoCategory()
@ -99,7 +99,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::show
* @covers \FireflyIII\Http\Controllers\CategoryController::show
* Implement testShow().
*/
public function testShow()
@ -111,7 +111,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::showByDate
* @covers \FireflyIII\Http\Controllers\CategoryController::showByDate
* Implement testShowByDate().
*/
public function testShowByDate()
@ -123,7 +123,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::store
* @covers \FireflyIII\Http\Controllers\CategoryController::store
* Implement testStore().
*/
public function testStore()
@ -135,7 +135,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CategoryController::update
* @covers \FireflyIII\Http\Controllers\CategoryController::update
* Implement testUpdate().
*/
public function testUpdate()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -11,7 +11,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:34.
*/
class ControllerTest extends TestCase
{
@ -27,7 +27,7 @@ class ControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Controller::authorize
* @covers \FireflyIII\Http\Controllers\Controller::authorize
* Implement testAuthorize().
*/
public function testAuthorize()
@ -39,7 +39,7 @@ class ControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Controller::authorizeForUser
* @covers \FireflyIII\Http\Controllers\Controller::authorizeForUser
* Implement testAuthorizeForUser().
*/
public function testAuthorizeForUser()
@ -51,7 +51,7 @@ class ControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Controller::authorizeResource
* @covers \FireflyIII\Http\Controllers\Controller::authorizeResource
* Implement testAuthorizeResource().
*/
public function testAuthorizeResource()
@ -63,7 +63,7 @@ class ControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Controller::dispatchNow
* @covers \FireflyIII\Http\Controllers\Controller::dispatchNow
* Implement testDispatchNow().
*/
public function testDispatchNow()
@ -75,7 +75,7 @@ class ControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Controller::validate
* @covers \FireflyIII\Http\Controllers\Controller::validate
* Implement testValidate().
*/
public function testValidate()
@ -87,7 +87,7 @@ class ControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Controller::validateWith
* @covers \FireflyIII\Http\Controllers\Controller::validateWith
* Implement testValidateWith().
*/
public function testValidateWith()
@ -99,7 +99,7 @@ class ControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Controller::validateWithBag
* @covers \FireflyIII\Http\Controllers\Controller::validateWithBag
* Implement testValidateWithBag().
*/
public function testValidateWithBag()

View File

@ -11,7 +11,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:34.
*/
class CurrencyControllerTest extends TestCase
{
@ -27,7 +27,7 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CurrencyController::create
* @covers \FireflyIII\Http\Controllers\CurrencyController::create
* Implement testCreate().
*/
public function testCreate()
@ -39,7 +39,7 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CurrencyController::defaultCurrency
* @covers \FireflyIII\Http\Controllers\CurrencyController::defaultCurrency
* Implement testDefaultCurrency().
*/
public function testDefaultCurrency()
@ -51,7 +51,7 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CurrencyController::delete
* @covers \FireflyIII\Http\Controllers\CurrencyController::delete
* Implement testDelete().
*/
public function testDelete()
@ -63,7 +63,7 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CurrencyController::destroy
* @covers \FireflyIII\Http\Controllers\CurrencyController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -75,7 +75,7 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CurrencyController::edit
* @covers \FireflyIII\Http\Controllers\CurrencyController::edit
* Implement testEdit().
*/
public function testEdit()
@ -87,7 +87,7 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CurrencyController::index
* @covers \FireflyIII\Http\Controllers\CurrencyController::index
* Implement testIndex().
*/
public function testIndex()
@ -99,7 +99,7 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CurrencyController::store
* @covers \FireflyIII\Http\Controllers\CurrencyController::store
* Implement testStore().
*/
public function testStore()
@ -111,7 +111,7 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\CurrencyController::update
* @covers \FireflyIII\Http\Controllers\CurrencyController::update
* Implement testUpdate().
*/
public function testUpdate()

View File

@ -11,7 +11,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:34.
*/
class ExportControllerTest extends TestCase
{
@ -27,7 +27,7 @@ class ExportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ExportController::download
* @covers \FireflyIII\Http\Controllers\ExportController::download
* Implement testDownload().
*/
public function testDownload()
@ -39,7 +39,7 @@ class ExportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ExportController::getStatus
* @covers \FireflyIII\Http\Controllers\ExportController::getStatus
* Implement testGetStatus().
*/
public function testGetStatus()
@ -51,7 +51,7 @@ class ExportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ExportController::index
* @covers \FireflyIII\Http\Controllers\ExportController::index
* Implement testIndex().
*/
public function testIndex()
@ -63,7 +63,7 @@ class ExportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ExportController::postIndex
* @covers \FireflyIII\Http\Controllers\ExportController::postIndex
* Implement testPostIndex().
*/
public function testPostIndex()

View File

@ -11,7 +11,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:34.
*/
class HelpControllerTest extends TestCase
{
@ -27,7 +27,7 @@ class HelpControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\HelpController::show
* @covers \FireflyIII\Http\Controllers\HelpController::show
* Implement testShow().
*/
public function testShow()

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:35.
*/
class ImportControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::complete
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\ImportController::complete
* Implement testComplete().
*/
public function testComplete()
@ -39,7 +48,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::configure
* @covers \FireflyIII\Http\Controllers\ImportController::configure
* Implement testConfigure().
*/
public function testConfigure()
@ -51,7 +60,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::download
* @covers \FireflyIII\Http\Controllers\ImportController::download
* Implement testDownload().
*/
public function testDownload()
@ -63,7 +72,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::finished
* @covers \FireflyIII\Http\Controllers\ImportController::finished
* Implement testFinished().
*/
public function testFinished()
@ -75,7 +84,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::index
* @covers \FireflyIII\Http\Controllers\ImportController::index
* Implement testIndex().
*/
public function testIndex()
@ -87,7 +96,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::json
* @covers \FireflyIII\Http\Controllers\ImportController::json
* Implement testJson().
*/
public function testJson()
@ -99,7 +108,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::postConfigure
* @covers \FireflyIII\Http\Controllers\ImportController::postConfigure
* Implement testPostConfigure().
*/
public function testPostConfigure()
@ -111,7 +120,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::postSettings
* @covers \FireflyIII\Http\Controllers\ImportController::postSettings
* Implement testPostSettings().
*/
public function testPostSettings()
@ -123,7 +132,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::settings
* @covers \FireflyIII\Http\Controllers\ImportController::settings
* Implement testSettings().
*/
public function testSettings()
@ -135,7 +144,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::start
* @covers \FireflyIII\Http\Controllers\ImportController::start
* Implement testStart().
*/
public function testStart()
@ -147,7 +156,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::status
* @covers \FireflyIII\Http\Controllers\ImportController::status
* Implement testStatus().
*/
public function testStatus()
@ -159,7 +168,7 @@ class ImportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ImportController::upload
* @covers \FireflyIII\Http\Controllers\ImportController::upload
* Implement testUpload().
*/
public function testUpload()
@ -169,12 +178,4 @@ class ImportControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:35.
*/
class JsonControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::action
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\JsonController::action
* Implement testAction().
*/
public function testAction()
@ -39,7 +48,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsPaid
* @covers \FireflyIII\Http\Controllers\JsonController::boxBillsPaid
* Implement testBoxBillsPaid().
*/
public function testBoxBillsPaid()
@ -51,7 +60,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsUnpaid
* @covers \FireflyIII\Http\Controllers\JsonController::boxBillsUnpaid
* Implement testBoxBillsUnpaid().
*/
public function testBoxBillsUnpaid()
@ -63,7 +72,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::boxIn
* @covers \FireflyIII\Http\Controllers\JsonController::boxIn
* Implement testBoxIn().
*/
public function testBoxIn()
@ -75,7 +84,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::boxOut
* @covers \FireflyIII\Http\Controllers\JsonController::boxOut
* Implement testBoxOut().
*/
public function testBoxOut()
@ -87,7 +96,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::categories
* @covers \FireflyIII\Http\Controllers\JsonController::categories
* Implement testCategories().
*/
public function testCategories()
@ -99,7 +108,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::endTour
* @covers \FireflyIII\Http\Controllers\JsonController::endTour
* Implement testEndTour().
*/
public function testEndTour()
@ -111,7 +120,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::expenseAccounts
* @covers \FireflyIII\Http\Controllers\JsonController::expenseAccounts
* Implement testExpenseAccounts().
*/
public function testExpenseAccounts()
@ -123,7 +132,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::revenueAccounts
* @covers \FireflyIII\Http\Controllers\JsonController::revenueAccounts
* Implement testRevenueAccounts().
*/
public function testRevenueAccounts()
@ -135,7 +144,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::tags
* @covers \FireflyIII\Http\Controllers\JsonController::tags
* Implement testTags().
*/
public function testTags()
@ -147,7 +156,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::tour
* @covers \FireflyIII\Http\Controllers\JsonController::tour
* Implement testTour().
*/
public function testTour()
@ -159,7 +168,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::transactionJournals
* @covers \FireflyIII\Http\Controllers\JsonController::transactionJournals
* Implement testTransactionJournals().
*/
public function testTransactionJournals()
@ -171,7 +180,7 @@ class JsonControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\JsonController::trigger
* @covers \FireflyIII\Http\Controllers\JsonController::trigger
* Implement testTrigger().
*/
public function testTrigger()
@ -181,12 +190,4 @@ class JsonControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:36.
*/
class NewUserControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class NewUserControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\NewUserController::index
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\NewUserController::index
* Implement testIndex().
*/
public function testIndex()
@ -39,7 +48,7 @@ class NewUserControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\NewUserController::submit
* @covers \FireflyIII\Http\Controllers\NewUserController::submit
* Implement testSubmit().
*/
public function testSubmit()
@ -49,12 +58,4 @@ class NewUserControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:36.
*/
class PiggyBankControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::add
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\PiggyBankController::add
* Implement testAdd().
*/
public function testAdd()
@ -39,7 +48,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::addMobile
* @covers \FireflyIII\Http\Controllers\PiggyBankController::addMobile
* Implement testAddMobile().
*/
public function testAddMobile()
@ -51,7 +60,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::create
* @covers \FireflyIII\Http\Controllers\PiggyBankController::create
* Implement testCreate().
*/
public function testCreate()
@ -63,7 +72,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::delete
* @covers \FireflyIII\Http\Controllers\PiggyBankController::delete
* Implement testDelete().
*/
public function testDelete()
@ -75,7 +84,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::destroy
* @covers \FireflyIII\Http\Controllers\PiggyBankController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -87,7 +96,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::edit
* @covers \FireflyIII\Http\Controllers\PiggyBankController::edit
* Implement testEdit().
*/
public function testEdit()
@ -99,7 +108,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::index
* @covers \FireflyIII\Http\Controllers\PiggyBankController::index
* Implement testIndex().
*/
public function testIndex()
@ -111,7 +120,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::order
* @covers \FireflyIII\Http\Controllers\PiggyBankController::order
* Implement testOrder().
*/
public function testOrder()
@ -123,7 +132,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::postAdd
* @covers \FireflyIII\Http\Controllers\PiggyBankController::postAdd
* Implement testPostAdd().
*/
public function testPostAdd()
@ -135,7 +144,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::postRemove
* @covers \FireflyIII\Http\Controllers\PiggyBankController::postRemove
* Implement testPostRemove().
*/
public function testPostRemove()
@ -147,7 +156,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::remove
* @covers \FireflyIII\Http\Controllers\PiggyBankController::remove
* Implement testRemove().
*/
public function testRemove()
@ -159,7 +168,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::removeMobile
* @covers \FireflyIII\Http\Controllers\PiggyBankController::removeMobile
* Implement testRemoveMobile().
*/
public function testRemoveMobile()
@ -171,7 +180,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::show
* @covers \FireflyIII\Http\Controllers\PiggyBankController::show
* Implement testShow().
*/
public function testShow()
@ -183,7 +192,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::store
* @covers \FireflyIII\Http\Controllers\PiggyBankController::store
* Implement testStore().
*/
public function testStore()
@ -195,7 +204,7 @@ class PiggyBankControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PiggyBankController::update
* @covers \FireflyIII\Http\Controllers\PiggyBankController::update
* Implement testUpdate().
*/
public function testUpdate()
@ -205,12 +214,4 @@ class PiggyBankControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Popup;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:36.
*/
class ReportControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class ReportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Popup\ReportController::general
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Popup\ReportController::general
* Implement testGeneral().
*/
public function testGeneral()
@ -40,12 +48,4 @@ class ReportControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
*/
class PreferencesControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class PreferencesControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PreferencesController::code
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\PreferencesController::code
* Implement testCode().
*/
public function testCode()
@ -39,7 +48,7 @@ class PreferencesControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PreferencesController::deleteCode
* @covers \FireflyIII\Http\Controllers\PreferencesController::deleteCode
* Implement testDeleteCode().
*/
public function testDeleteCode()
@ -51,7 +60,7 @@ class PreferencesControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PreferencesController::index
* @covers \FireflyIII\Http\Controllers\PreferencesController::index
* Implement testIndex().
*/
public function testIndex()
@ -63,7 +72,7 @@ class PreferencesControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PreferencesController::postCode
* @covers \FireflyIII\Http\Controllers\PreferencesController::postCode
* Implement testPostCode().
*/
public function testPostCode()
@ -75,7 +84,7 @@ class PreferencesControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\PreferencesController::postIndex
* @covers \FireflyIII\Http\Controllers\PreferencesController::postIndex
* Implement testPostIndex().
*/
public function testPostIndex()
@ -85,12 +94,4 @@ class PreferencesControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
*/
class ProfileControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::changePassword
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\ProfileController::changePassword
* Implement testChangePassword().
*/
public function testChangePassword()
@ -39,7 +48,7 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::deleteAccount
* @covers \FireflyIII\Http\Controllers\ProfileController::deleteAccount
* Implement testDeleteAccount().
*/
public function testDeleteAccount()
@ -51,7 +60,7 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::index
* @covers \FireflyIII\Http\Controllers\ProfileController::index
* Implement testIndex().
*/
public function testIndex()
@ -63,7 +72,7 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::postChangePassword
* @covers \FireflyIII\Http\Controllers\ProfileController::postChangePassword
* Implement testPostChangePassword().
*/
public function testPostChangePassword()
@ -75,7 +84,7 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::postDeleteAccount
* @covers \FireflyIII\Http\Controllers\ProfileController::postDeleteAccount
* Implement testPostDeleteAccount().
*/
public function testPostDeleteAccount()
@ -85,12 +94,4 @@ class ProfileControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Report;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
*/
class AccountControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class AccountControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\AccountController::general
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Report\AccountController::general
* Implement testGeneral().
*/
public function testGeneral()
@ -40,12 +48,4 @@ class AccountControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Report;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
*/
class BalanceControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class BalanceControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\BalanceController::general
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Report\BalanceController::general
* Implement testGeneral().
*/
public function testGeneral()
@ -40,12 +48,4 @@ class BalanceControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Report;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
*/
class BudgetControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\BudgetController::general
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::general
* Implement testGeneral().
*/
public function testGeneral()
@ -42,7 +50,7 @@ class BudgetControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\BudgetController::period
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::period
* Implement testPeriod().
*/
public function testPeriod()
@ -52,12 +60,4 @@ class BudgetControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Report;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
*/
class CategoryControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\CategoryController::expenses
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Report\CategoryController::expenses
* Implement testExpenses().
*/
public function testExpenses()
@ -42,7 +50,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\CategoryController::income
* @covers \FireflyIII\Http\Controllers\Report\CategoryController::income
* Implement testIncome().
*/
public function testIncome()
@ -54,7 +62,7 @@ class CategoryControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\CategoryController::operations
* @covers \FireflyIII\Http\Controllers\Report\CategoryController::operations
* Implement testOperations().
*/
public function testOperations()
@ -64,12 +72,4 @@ class CategoryControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Report;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
*/
class OperationsControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class OperationsControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\OperationsController::expenses
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Report\OperationsController::expenses
* Implement testExpenses().
*/
public function testExpenses()
@ -42,19 +50,7 @@ class OperationsControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Report\OperationsController::income
* Implement testIncome().
*/
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\OperationsController::operations
* @covers \FireflyIII\Http\Controllers\Report\OperationsController::operations
* Implement testOperations().
*/
public function testOperations()
@ -66,10 +62,14 @@ class OperationsControllerTest extends TestCase
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
* @covers \FireflyIII\Http\Controllers\Report\OperationsController::income
* Implement testIncome().
*/
protected function tearDown()
public function testIncome()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
*/
class ReportControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class ReportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ReportController::auditReport
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\ReportController::auditReport
* Implement testAuditReport().
*/
public function testAuditReport()
@ -39,7 +48,7 @@ class ReportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ReportController::categoryReport
* @covers \FireflyIII\Http\Controllers\ReportController::categoryReport
* Implement testCategoryReport().
*/
public function testCategoryReport()
@ -51,7 +60,7 @@ class ReportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ReportController::defaultReport
* @covers \FireflyIII\Http\Controllers\ReportController::defaultReport
* Implement testDefaultReport().
*/
public function testDefaultReport()
@ -63,7 +72,7 @@ class ReportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ReportController::index
* @covers \FireflyIII\Http\Controllers\ReportController::index
* Implement testIndex().
*/
public function testIndex()
@ -75,7 +84,7 @@ class ReportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ReportController::options
* @covers \FireflyIII\Http\Controllers\ReportController::options
* Implement testOptions().
*/
public function testOptions()
@ -87,7 +96,7 @@ class ReportControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ReportController::postIndex
* @covers \FireflyIII\Http\Controllers\ReportController::postIndex
* Implement testPostIndex().
*/
public function testPostIndex()
@ -97,12 +106,4 @@ class ReportControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
*/
class RuleControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::create
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\RuleController::create
* Implement testCreate().
*/
public function testCreate()
@ -39,7 +48,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::delete
* @covers \FireflyIII\Http\Controllers\RuleController::delete
* Implement testDelete().
*/
public function testDelete()
@ -51,7 +60,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::destroy
* @covers \FireflyIII\Http\Controllers\RuleController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -63,7 +72,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::down
* @covers \FireflyIII\Http\Controllers\RuleController::down
* Implement testDown().
*/
public function testDown()
@ -75,7 +84,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::edit
* @covers \FireflyIII\Http\Controllers\RuleController::edit
* Implement testEdit().
*/
public function testEdit()
@ -87,7 +96,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::index
* @covers \FireflyIII\Http\Controllers\RuleController::index
* Implement testIndex().
*/
public function testIndex()
@ -99,7 +108,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::reorderRuleActions
* @covers \FireflyIII\Http\Controllers\RuleController::reorderRuleActions
* Implement testReorderRuleActions().
*/
public function testReorderRuleActions()
@ -111,7 +120,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::reorderRuleTriggers
* @covers \FireflyIII\Http\Controllers\RuleController::reorderRuleTriggers
* Implement testReorderRuleTriggers().
*/
public function testReorderRuleTriggers()
@ -123,7 +132,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::store
* @covers \FireflyIII\Http\Controllers\RuleController::store
* Implement testStore().
*/
public function testStore()
@ -135,7 +144,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::testTriggers
* @covers \FireflyIII\Http\Controllers\RuleController::testTriggers
* Implement testTestTriggers().
*/
public function testTestTriggers()
@ -147,7 +156,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::up
* @covers \FireflyIII\Http\Controllers\RuleController::up
* Implement testUp().
*/
public function testUp()
@ -159,7 +168,7 @@ class RuleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleController::update
* @covers \FireflyIII\Http\Controllers\RuleController::update
* Implement testUpdate().
*/
public function testUpdate()
@ -169,12 +178,4 @@ class RuleControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
*/
class RuleGroupControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::create
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\RuleGroupController::create
* Implement testCreate().
*/
public function testCreate()
@ -39,7 +48,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::delete
* @covers \FireflyIII\Http\Controllers\RuleGroupController::delete
* Implement testDelete().
*/
public function testDelete()
@ -51,7 +60,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::destroy
* @covers \FireflyIII\Http\Controllers\RuleGroupController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -63,7 +72,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::down
* @covers \FireflyIII\Http\Controllers\RuleGroupController::down
* Implement testDown().
*/
public function testDown()
@ -75,7 +84,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::edit
* @covers \FireflyIII\Http\Controllers\RuleGroupController::edit
* Implement testEdit().
*/
public function testEdit()
@ -87,7 +96,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::execute
* @covers \FireflyIII\Http\Controllers\RuleGroupController::execute
* Implement testExecute().
*/
public function testExecute()
@ -99,7 +108,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::selectTransactions
* @covers \FireflyIII\Http\Controllers\RuleGroupController::selectTransactions
* Implement testSelectTransactions().
*/
public function testSelectTransactions()
@ -111,7 +120,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::store
* @covers \FireflyIII\Http\Controllers\RuleGroupController::store
* Implement testStore().
*/
public function testStore()
@ -123,7 +132,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::up
* @covers \FireflyIII\Http\Controllers\RuleGroupController::up
* Implement testUp().
*/
public function testUp()
@ -135,7 +144,7 @@ class RuleGroupControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\RuleGroupController::update
* @covers \FireflyIII\Http\Controllers\RuleGroupController::update
* Implement testUpdate().
*/
public function testUpdate()
@ -145,12 +154,4 @@ class RuleGroupControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
*/
class SearchControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class SearchControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\SearchController::index
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\SearchController::index
* Implement testIndex().
*/
public function testIndex()
@ -37,12 +46,4 @@ class SearchControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
*/
class TagControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class TagControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TagController::create
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\TagController::create
* Implement testCreate().
*/
public function testCreate()
@ -39,7 +48,7 @@ class TagControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TagController::delete
* @covers \FireflyIII\Http\Controllers\TagController::delete
* Implement testDelete().
*/
public function testDelete()
@ -51,7 +60,7 @@ class TagControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TagController::destroy
* @covers \FireflyIII\Http\Controllers\TagController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -63,7 +72,7 @@ class TagControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TagController::edit
* @covers \FireflyIII\Http\Controllers\TagController::edit
* Implement testEdit().
*/
public function testEdit()
@ -75,19 +84,7 @@ class TagControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TagController::hideTagHelp
* Implement testHideTagHelp().
*/
public function testHideTagHelp()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers FireflyIII\Http\Controllers\TagController::index
* @covers \FireflyIII\Http\Controllers\TagController::index
* Implement testIndex().
*/
public function testIndex()
@ -99,7 +96,7 @@ class TagControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TagController::show
* @covers \FireflyIII\Http\Controllers\TagController::show
* Implement testShow().
*/
public function testShow()
@ -111,7 +108,7 @@ class TagControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TagController::store
* @covers \FireflyIII\Http\Controllers\TagController::store
* Implement testStore().
*/
public function testStore()
@ -123,7 +120,7 @@ class TagControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TagController::update
* @covers \FireflyIII\Http\Controllers\TagController::update
* Implement testUpdate().
*/
public function testUpdate()
@ -133,12 +130,4 @@ class TagControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Transaction;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
*/
class ConvertControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class ConvertControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::index
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Transaction\ConvertController::index
* Implement testIndex().
*/
public function testIndex()
@ -42,7 +50,7 @@ class ConvertControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::postIndex
* @covers \FireflyIII\Http\Controllers\Transaction\ConvertController::postIndex
* Implement testPostIndex().
*/
public function testPostIndex()
@ -52,12 +60,4 @@ class ConvertControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Transaction;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
*/
class MassControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class MassControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massDelete
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Transaction\MassController::massDelete
* Implement testMassDelete().
*/
public function testMassDelete()
@ -42,7 +50,7 @@ class MassControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massDestroy
* @covers \FireflyIII\Http\Controllers\Transaction\MassController::massDestroy
* Implement testMassDestroy().
*/
public function testMassDestroy()
@ -54,7 +62,7 @@ class MassControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massEdit
* @covers \FireflyIII\Http\Controllers\Transaction\MassController::massEdit
* Implement testMassEdit().
*/
public function testMassEdit()
@ -66,7 +74,7 @@ class MassControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massUpdate
* @covers \FireflyIII\Http\Controllers\Transaction\MassController::massUpdate
* Implement testMassUpdate().
*/
public function testMassUpdate()
@ -76,12 +84,4 @@ class MassControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Transaction;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
*/
class SingleControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class SingleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::create
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Transaction\SingleController::create
* Implement testCreate().
*/
public function testCreate()
@ -42,7 +50,7 @@ class SingleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::delete
* @covers \FireflyIII\Http\Controllers\Transaction\SingleController::delete
* Implement testDelete().
*/
public function testDelete()
@ -54,7 +62,7 @@ class SingleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::destroy
* @covers \FireflyIII\Http\Controllers\Transaction\SingleController::destroy
* Implement testDestroy().
*/
public function testDestroy()
@ -66,7 +74,7 @@ class SingleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::edit
* @covers \FireflyIII\Http\Controllers\Transaction\SingleController::edit
* Implement testEdit().
*/
public function testEdit()
@ -78,7 +86,7 @@ class SingleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::store
* @covers \FireflyIII\Http\Controllers\Transaction\SingleController::store
* Implement testStore().
*/
public function testStore()
@ -90,7 +98,7 @@ class SingleControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::update
* @covers \FireflyIII\Http\Controllers\Transaction\SingleController::update
* Implement testUpdate().
*/
public function testUpdate()
@ -100,12 +108,4 @@ class SingleControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -10,15 +10,15 @@
*/
namespace Transaction;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:39.
*/
class SplitControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -30,7 +30,15 @@ class SplitControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SplitController::edit
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\Transaction\SplitController::edit
* Implement testEdit().
*/
public function testEdit()
@ -42,7 +50,7 @@ class SplitControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SplitController::update
* @covers \FireflyIII\Http\Controllers\Transaction\SplitController::update
* Implement testUpdate().
*/
public function testUpdate()
@ -52,12 +60,4 @@ class SplitControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}

View File

@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:39.
*/
class TransactionControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,7 +28,15 @@ class TransactionControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TransactionController::index
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\TransactionController::index
* Implement testIndex().
*/
public function testIndex()
@ -39,7 +48,7 @@ class TransactionControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TransactionController::indexAll
* @covers \FireflyIII\Http\Controllers\TransactionController::indexAll
* Implement testIndexAll().
*/
public function testIndexAll()
@ -51,7 +60,7 @@ class TransactionControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TransactionController::indexByDate
* @covers \FireflyIII\Http\Controllers\TransactionController::indexByDate
* Implement testIndexByDate().
*/
public function testIndexByDate()
@ -63,7 +72,7 @@ class TransactionControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TransactionController::reorder
* @covers \FireflyIII\Http\Controllers\TransactionController::reorder
* Implement testReorder().
*/
public function testReorder()
@ -75,7 +84,7 @@ class TransactionControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\TransactionController::show
* @covers \FireflyIII\Http\Controllers\TransactionController::show
* Implement testShow().
*/
public function testShow()
@ -85,12 +94,4 @@ class TransactionControllerTest extends TestCase
'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.
*/
protected function tearDown()
{
}
}