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; 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 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testStore().
*/ */
public function testStore() public function testStore()

View File

@ -14,7 +14,7 @@ namespace Admin;
use TestCase; 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 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(). * Implement testDomains().
*/ */
public function 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(). * Implement testManual().
*/ */
public function 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(). * Implement testToggleDomain().
*/ */
public function testToggleDomain() public function testToggleDomain()

View File

@ -14,7 +14,7 @@ namespace Admin;
use TestCase; 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 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(). * Implement testIndex().
*/ */
public function testIndex() public function testIndex()

View File

@ -14,7 +14,7 @@ namespace Admin;
use TestCase; 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 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testShow().
*/ */
public function 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 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testDownload().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testPreview().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function testUpdate() public function testUpdate()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase; 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 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(). * Implement testConfirmationError().
*/ */
public function 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(). * Implement testDoConfirmation().
*/ */
public function 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(). * Implement testResendConfirmation().
*/ */
public function testResendConfirmation() public function testResendConfirmation()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase; 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 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(). * Implement testBroker().
*/ */
public function 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(). * Implement testSendResetLinkEmail().
*/ */
public function 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(). * Implement testShowLinkRequestForm().
*/ */
public function testShowLinkRequestForm() public function testShowLinkRequestForm()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase; 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 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(). * Implement testLogin().
*/ */
public function 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(). * Implement testLogout().
*/ */
public function 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(). * Implement testRedirectPath().
*/ */
public function 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(). * Implement testShowLoginForm().
*/ */
public function 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(). * Implement testUsername().
*/ */
public function testUsername() public function testUsername()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase; 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 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(). * Implement testBroker().
*/ */
public function 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(). * Implement testRedirectPath().
*/ */
public function 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(). * Implement testReset().
*/ */
public function 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(). * Implement testSendResetLinkEmail().
*/ */
public function 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(). * Implement testShowResetForm().
*/ */
public function testShowResetForm() public function testShowResetForm()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase; 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 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(). * Implement testRedirectPath().
*/ */
public function 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(). * Implement testRegister().
*/ */
public function 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(). * Implement testShowRegistrationForm().
*/ */
public function testShowRegistrationForm() public function testShowRegistrationForm()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase; 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 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(). * Implement testBroker().
*/ */
public function 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(). * Implement testRedirectPath().
*/ */
public function 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(). * Implement testReset().
*/ */
public function 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(). * Implement testShowResetForm().
*/ */
public function testShowResetForm() public function testShowResetForm()

View File

@ -14,7 +14,7 @@ namespace Auth;
use TestCase; 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 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testLostTwoFactor().
*/ */
public function 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(). * Implement testPostIndex().
*/ */
public function 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 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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testRescan().
*/ */
public function 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(). * Implement testShow().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function 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 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(). * Implement testAmount().
*/ */
public function 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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testNoBudget().
*/ */
public function 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(). * Implement testPostUpdateIncome().
*/ */
public function 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(). * Implement testShow().
*/ */
public function 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(). * Implement testShowByRepetition().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function 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(). * Implement testUpdateIncome().
*/ */
public function 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 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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testNoCategory().
*/ */
public function 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(). * Implement testShow().
*/ */
public function 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(). * Implement testShowByDate().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function testUpdate() public function testUpdate()

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; 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 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(). * Implement testExpenseAccounts().
*/ */
public function 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(). * Implement testExpenseBudget().
*/ */
public function 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(). * Implement testExpenseCategory().
*/ */
public function 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(). * Implement testFrontpage().
*/ */
public function 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(). * Implement testIncomeCategory().
*/ */
public function 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(). * Implement testReport().
*/ */
public function 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(). * Implement testRevenueAccounts().
*/ */
public function 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(). * Implement testSingle().
*/ */
public function 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(). * Implement testSpecificPeriod().
*/ */
public function testSpecificPeriod() public function testSpecificPeriod()

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; 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 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(). * Implement testFrontpage().
*/ */
public function 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(). * Implement testSingle().
*/ */
public function testSingle() public function testSingle()

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; 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 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(). * Implement testBudget().
*/ */
public function 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(). * Implement testBudgetLimit().
*/ */
public function 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(). * Implement testFrontpage().
*/ */
public function 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(). * Implement testPeriod().
*/ */
public function 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(). * Implement testPeriodNoBudget().
*/ */
public function testPeriodNoBudget() public function testPeriodNoBudget()

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; 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 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(). * Implement testAll().
*/ */
public function 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(). * Implement testCurrentPeriod().
*/ */
public function 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(). * Implement testFrontpage().
*/ */
public function 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(). * Implement testReportPeriod().
*/ */
public function 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(). * Implement testReportPeriodNoCategory().
*/ */
public function 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(). * Implement testSpecificPeriod().
*/ */
public function testSpecificPeriod() public function testSpecificPeriod()

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; 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 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(). * Implement testAccountExpense().
*/ */
public function 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(). * Implement testAccountIncome().
*/ */
public function 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(). * Implement testCategoryExpense().
*/ */
public function 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(). * Implement testCategoryIncome().
*/ */
public function 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(). * Implement testMainChart().
*/ */
public function testMainChart() public function testMainChart()

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; 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 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(). * Implement testHistory().
*/ */
public function testHistory() public function testHistory()

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; 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 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(). * Implement testNetWorth().
*/ */
public function 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(). * Implement testOperations().
*/ */
public function 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(). * Implement testSum().
*/ */
public function 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 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(). * Implement testAuthorize().
*/ */
public function 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(). * Implement testAuthorizeForUser().
*/ */
public function 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(). * Implement testAuthorizeResource().
*/ */
public function 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(). * Implement testDispatchNow().
*/ */
public function 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(). * Implement testValidate().
*/ */
public function 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(). * Implement testValidateWith().
*/ */
public function 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(). * Implement testValidateWithBag().
*/ */
public function 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 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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDefaultCurrency().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function 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 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(). * Implement testDownload().
*/ */
public function 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(). * Implement testGetStatus().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testPostIndex().
*/ */
public function 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 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(). * Implement testShow().
*/ */
public function testShow() public function testShow()

View File

@ -11,12 +11,13 @@
/** /**
* 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 class ImportControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testComplete().
*/ */
public function 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(). * Implement testConfigure().
*/ */
public function 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(). * Implement testDownload().
*/ */
public function 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(). * Implement testFinished().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testJson().
*/ */
public function 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(). * Implement testPostConfigure().
*/ */
public function 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(). * Implement testPostSettings().
*/ */
public function 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(). * Implement testSettings().
*/ */
public function 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(). * Implement testStart().
*/ */
public function 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(). * Implement testStatus().
*/ */
public function 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(). * Implement testUpload().
*/ */
public function testUpload() public function testUpload()
@ -169,12 +178,4 @@ class ImportControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class JsonControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testAction().
*/ */
public function 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(). * Implement testBoxBillsPaid().
*/ */
public function 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(). * Implement testBoxBillsUnpaid().
*/ */
public function 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(). * Implement testBoxIn().
*/ */
public function 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(). * Implement testBoxOut().
*/ */
public function 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(). * Implement testCategories().
*/ */
public function 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(). * Implement testEndTour().
*/ */
public function 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(). * Implement testExpenseAccounts().
*/ */
public function 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(). * Implement testRevenueAccounts().
*/ */
public function 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(). * Implement testTags().
*/ */
public function 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(). * Implement testTour().
*/ */
public function 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(). * Implement testTransactionJournals().
*/ */
public function 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(). * Implement testTrigger().
*/ */
public function testTrigger() public function testTrigger()
@ -181,12 +190,4 @@ class JsonControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class NewUserControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testIndex().
*/ */
public function 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(). * Implement testSubmit().
*/ */
public function testSubmit() public function testSubmit()
@ -49,12 +58,4 @@ class NewUserControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class PiggyBankControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testAdd().
*/ */
public function 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(). * Implement testAddMobile().
*/ */
public function 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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testOrder().
*/ */
public function 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(). * Implement testPostAdd().
*/ */
public function 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(). * Implement testPostRemove().
*/ */
public function 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(). * Implement testRemove().
*/ */
public function 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(). * Implement testRemoveMobile().
*/ */
public function 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(). * Implement testShow().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function testUpdate() public function testUpdate()
@ -205,12 +214,4 @@ class PiggyBankControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Popup; namespace Popup;
use TestCase; 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 class ReportControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testGeneral().
*/ */
public function testGeneral() public function testGeneral()
@ -40,12 +48,4 @@ class ReportControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class PreferencesControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testCode().
*/ */
public function 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(). * Implement testDeleteCode().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testPostCode().
*/ */
public function 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(). * Implement testPostIndex().
*/ */
public function testPostIndex() public function testPostIndex()
@ -85,12 +94,4 @@ class PreferencesControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class ProfileControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testChangePassword().
*/ */
public function 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(). * Implement testDeleteAccount().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testPostChangePassword().
*/ */
public function 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(). * Implement testPostDeleteAccount().
*/ */
public function testPostDeleteAccount() public function testPostDeleteAccount()
@ -85,12 +94,4 @@ class ProfileControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Report; namespace Report;
use TestCase; 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 class AccountControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testGeneral().
*/ */
public function testGeneral() public function testGeneral()
@ -40,12 +48,4 @@ class AccountControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Report; namespace Report;
use TestCase; 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 class BalanceControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testGeneral().
*/ */
public function testGeneral() public function testGeneral()
@ -40,12 +48,4 @@ class BalanceControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Report; namespace Report;
use TestCase; 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 class BudgetControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testGeneral().
*/ */
public function 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(). * Implement testPeriod().
*/ */
public function testPeriod() public function testPeriod()
@ -52,12 +60,4 @@ class BudgetControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Report; namespace Report;
use TestCase; 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 class CategoryControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testExpenses().
*/ */
public function 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(). * Implement testIncome().
*/ */
public function 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(). * Implement testOperations().
*/ */
public function testOperations() public function testOperations()
@ -64,12 +72,4 @@ class CategoryControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Report; namespace Report;
use TestCase; 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 class OperationsControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testExpenses().
*/ */
public function testExpenses() public function testExpenses()
@ -42,19 +50,7 @@ class OperationsControllerTest extends TestCase
} }
/** /**
* @covers FireflyIII\Http\Controllers\Report\OperationsController::income * @covers \FireflyIII\Http\Controllers\Report\OperationsController::operations
* 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
* Implement testOperations(). * Implement testOperations().
*/ */
public function testOperations() public function testOperations()
@ -66,10 +62,14 @@ class OperationsControllerTest extends TestCase
} }
/** /**
* Tears down the fixture, for example, closes a network connection. * @covers \FireflyIII\Http\Controllers\Report\OperationsController::income
* This method is called after a test is executed. * 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,12 +11,13 @@
/** /**
* 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 class ReportControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testAuditReport().
*/ */
public function 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(). * Implement testCategoryReport().
*/ */
public function 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(). * Implement testDefaultReport().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testOptions().
*/ */
public function 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(). * Implement testPostIndex().
*/ */
public function testPostIndex() public function testPostIndex()
@ -97,12 +106,4 @@ class ReportControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class RuleControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testDown().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testIndex().
*/ */
public function 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(). * Implement testReorderRuleActions().
*/ */
public function 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(). * Implement testReorderRuleTriggers().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testTestTriggers().
*/ */
public function 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(). * Implement testUp().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function testUpdate() public function testUpdate()
@ -169,12 +178,4 @@ class RuleControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class RuleGroupControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testDown().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testExecute().
*/ */
public function 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(). * Implement testSelectTransactions().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testUp().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function testUpdate() public function testUpdate()
@ -145,12 +154,4 @@ class RuleGroupControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class SearchControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testIndex().
*/ */
public function testIndex() public function testIndex()
@ -37,12 +46,4 @@ class SearchControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class TagControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function testEdit() public function testEdit()
@ -75,19 +84,7 @@ class TagControllerTest extends TestCase
} }
/** /**
* @covers FireflyIII\Http\Controllers\TagController::hideTagHelp * @covers \FireflyIII\Http\Controllers\TagController::index
* 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
* Implement testIndex(). * Implement testIndex().
*/ */
public function 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(). * Implement testShow().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function testUpdate() public function testUpdate()
@ -133,12 +130,4 @@ class TagControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Transaction; namespace Transaction;
use TestCase; 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 class ConvertControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testIndex().
*/ */
public function 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(). * Implement testPostIndex().
*/ */
public function testPostIndex() public function testPostIndex()
@ -52,12 +60,4 @@ class ConvertControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Transaction; namespace Transaction;
use TestCase; 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 class MassControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testMassDelete().
*/ */
public function 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(). * Implement testMassDestroy().
*/ */
public function 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(). * Implement testMassEdit().
*/ */
public function 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(). * Implement testMassUpdate().
*/ */
public function testMassUpdate() public function testMassUpdate()
@ -76,12 +84,4 @@ class MassControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Transaction; namespace Transaction;
use TestCase; 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 class SingleControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testCreate().
*/ */
public function 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(). * Implement testDelete().
*/ */
public function 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(). * Implement testDestroy().
*/ */
public function 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(). * Implement testEdit().
*/ */
public function 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(). * Implement testStore().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function testUpdate() public function testUpdate()
@ -100,12 +108,4 @@ class SingleControllerTest extends TestCase
'This test has not been implemented yet.' '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,16 +10,16 @@
*/ */
namespace Transaction; namespace Transaction;
use TestCase; 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 class SplitControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testEdit().
*/ */
public function 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(). * Implement testUpdate().
*/ */
public function testUpdate() public function testUpdate()
@ -52,12 +60,4 @@ class SplitControllerTest extends TestCase
'This test has not been implemented yet.' '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,12 +11,13 @@
/** /**
* 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 class TransactionControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed. * This method is called before a test is executed.
@ -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(). * Implement testIndex().
*/ */
public function 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(). * Implement testIndexAll().
*/ */
public function 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(). * Implement testIndexByDate().
*/ */
public function 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(). * Implement testReorder().
*/ */
public function 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(). * Implement testShow().
*/ */
public function testShow() public function testShow()
@ -85,12 +94,4 @@ class TransactionControllerTest extends TestCase
'This test has not been implemented yet.' '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()
{
}
} }