mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Remove todo annotations.
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Admin;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:07.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:16.
|
||||||
*/
|
*/
|
||||||
class ConfigurationControllerTest extends TestCase
|
class ConfigurationControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -20,18 +20,20 @@ class ConfigurationControllerTest extends TestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::index
|
* @covers FireflyIII\Http\Controllers\Admin\ConfigurationController::index
|
||||||
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
$this->be($this->user());
|
// Remove the following lines when you implement this test.
|
||||||
$this->call('GET', route('admin.configuration.index'));
|
$this->markTestIncomplete(
|
||||||
$this->assertResponseStatus(200);
|
'This test has not been implemented yet.'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::store
|
* @covers FireflyIII\Http\Controllers\Admin\ConfigurationController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Admin;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:07.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:16.
|
||||||
*/
|
*/
|
||||||
class DomainControllerTest extends TestCase
|
class DomainControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class DomainControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Admin\DomainController::domains
|
* @covers FireflyIII\Http\Controllers\Admin\DomainController::domains
|
||||||
* @todo Implement testDomains().
|
* Implement testDomains().
|
||||||
*/
|
*/
|
||||||
public function testDomains()
|
public function testDomains()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class DomainControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Admin\DomainController::manual
|
* @covers FireflyIII\Http\Controllers\Admin\DomainController::manual
|
||||||
* @todo Implement testManual().
|
* Implement testManual().
|
||||||
*/
|
*/
|
||||||
public function testManual()
|
public function testManual()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class DomainControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Admin\DomainController::toggleDomain
|
* @covers FireflyIII\Http\Controllers\Admin\DomainController::toggleDomain
|
||||||
* @todo Implement testToggleDomain().
|
* Implement testToggleDomain().
|
||||||
*/
|
*/
|
||||||
public function testToggleDomain()
|
public function testToggleDomain()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Admin;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:07.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class HomeControllerTest extends TestCase
|
class HomeControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class HomeControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Admin\HomeController::index
|
* @covers FireflyIII\Http\Controllers\Admin\HomeController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Admin;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:08.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class UserControllerTest extends TestCase
|
class UserControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class UserControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Admin\UserController::edit
|
* @covers FireflyIII\Http\Controllers\Admin\UserController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class UserControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Admin\UserController::index
|
* @covers FireflyIII\Http\Controllers\Admin\UserController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class UserControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Admin\UserController::show
|
* @covers FireflyIII\Http\Controllers\Admin\UserController::show
|
||||||
* @todo Implement testShow().
|
* Implement testShow().
|
||||||
*/
|
*/
|
||||||
public function testShow()
|
public function testShow()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:08.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class AttachmentControllerTest extends TestCase
|
class AttachmentControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class AttachmentControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\AttachmentController::delete
|
* @covers FireflyIII\Http\Controllers\AttachmentController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class AttachmentControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\AttachmentController::destroy
|
* @covers FireflyIII\Http\Controllers\AttachmentController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class AttachmentControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\AttachmentController::download
|
* @covers FireflyIII\Http\Controllers\AttachmentController::download
|
||||||
* @todo Implement testDownload().
|
* Implement testDownload().
|
||||||
*/
|
*/
|
||||||
public function testDownload()
|
public function testDownload()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class AttachmentControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\AttachmentController::edit
|
* @covers FireflyIII\Http\Controllers\AttachmentController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class AttachmentControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\AttachmentController::preview
|
* @covers FireflyIII\Http\Controllers\AttachmentController::preview
|
||||||
* @todo Implement testPreview().
|
* Implement testPreview().
|
||||||
*/
|
*/
|
||||||
public function testPreview()
|
public function testPreview()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class AttachmentControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\AttachmentController::update
|
* @covers FireflyIII\Http\Controllers\AttachmentController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Auth;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:08.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class ConfirmationControllerTest extends TestCase
|
class ConfirmationControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class ConfirmationControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::confirmationError
|
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::confirmationError
|
||||||
* @todo Implement testConfirmationError().
|
* Implement testConfirmationError().
|
||||||
*/
|
*/
|
||||||
public function testConfirmationError()
|
public function testConfirmationError()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class ConfirmationControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::doConfirmation
|
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::doConfirmation
|
||||||
* @todo Implement testDoConfirmation().
|
* Implement testDoConfirmation().
|
||||||
*/
|
*/
|
||||||
public function testDoConfirmation()
|
public function testDoConfirmation()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class ConfirmationControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::resendConfirmation
|
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::resendConfirmation
|
||||||
* @todo Implement testResendConfirmation().
|
* Implement testResendConfirmation().
|
||||||
*/
|
*/
|
||||||
public function testResendConfirmation()
|
public function testResendConfirmation()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Auth;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:08.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class ForgotPasswordControllerTest extends TestCase
|
class ForgotPasswordControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class ForgotPasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::broker
|
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::broker
|
||||||
* @todo Implement testBroker().
|
* Implement testBroker().
|
||||||
*/
|
*/
|
||||||
public function testBroker()
|
public function testBroker()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class ForgotPasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::sendResetLinkEmail
|
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::sendResetLinkEmail
|
||||||
* @todo Implement testSendResetLinkEmail().
|
* Implement testSendResetLinkEmail().
|
||||||
*/
|
*/
|
||||||
public function testSendResetLinkEmail()
|
public function testSendResetLinkEmail()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class ForgotPasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::showLinkRequestForm
|
* @covers FireflyIII\Http\Controllers\Auth\ForgotPasswordController::showLinkRequestForm
|
||||||
* @todo Implement testShowLinkRequestForm().
|
* Implement testShowLinkRequestForm().
|
||||||
*/
|
*/
|
||||||
public function testShowLinkRequestForm()
|
public function testShowLinkRequestForm()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Auth;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:08.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class LoginControllerTest extends TestCase
|
class LoginControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class LoginControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\LoginController::login
|
* @covers FireflyIII\Http\Controllers\Auth\LoginController::login
|
||||||
* @todo Implement testLogin().
|
* Implement testLogin().
|
||||||
*/
|
*/
|
||||||
public function testLogin()
|
public function testLogin()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class LoginControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\LoginController::logout
|
* @covers FireflyIII\Http\Controllers\Auth\LoginController::logout
|
||||||
* @todo Implement testLogout().
|
* Implement testLogout().
|
||||||
*/
|
*/
|
||||||
public function testLogout()
|
public function testLogout()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class LoginControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\LoginController::redirectPath
|
* @covers FireflyIII\Http\Controllers\Auth\LoginController::redirectPath
|
||||||
* @todo Implement testRedirectPath().
|
* Implement testRedirectPath().
|
||||||
*/
|
*/
|
||||||
public function testRedirectPath()
|
public function testRedirectPath()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class LoginControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\LoginController::showLoginForm
|
* @covers FireflyIII\Http\Controllers\Auth\LoginController::showLoginForm
|
||||||
* @todo Implement testShowLoginForm().
|
* Implement testShowLoginForm().
|
||||||
*/
|
*/
|
||||||
public function testShowLoginForm()
|
public function testShowLoginForm()
|
||||||
{
|
{
|
||||||
@@ -69,7 +69,7 @@ class LoginControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\LoginController::username
|
* @covers FireflyIII\Http\Controllers\Auth\LoginController::username
|
||||||
* @todo Implement testUsername().
|
* Implement testUsername().
|
||||||
*/
|
*/
|
||||||
public function testUsername()
|
public function testUsername()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Auth;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:08.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class PasswordControllerTest extends TestCase
|
class PasswordControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class PasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::broker
|
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::broker
|
||||||
* @todo Implement testBroker().
|
* Implement testBroker().
|
||||||
*/
|
*/
|
||||||
public function testBroker()
|
public function testBroker()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class PasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::redirectPath
|
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::redirectPath
|
||||||
* @todo Implement testRedirectPath().
|
* Implement testRedirectPath().
|
||||||
*/
|
*/
|
||||||
public function testRedirectPath()
|
public function testRedirectPath()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class PasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::reset
|
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::reset
|
||||||
* @todo Implement testReset().
|
* Implement testReset().
|
||||||
*/
|
*/
|
||||||
public function testReset()
|
public function testReset()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class PasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::sendResetLinkEmail
|
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::sendResetLinkEmail
|
||||||
* @todo Implement testSendResetLinkEmail().
|
* Implement testSendResetLinkEmail().
|
||||||
*/
|
*/
|
||||||
public function testSendResetLinkEmail()
|
public function testSendResetLinkEmail()
|
||||||
{
|
{
|
||||||
@@ -69,7 +69,7 @@ class PasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::showResetForm
|
* @covers FireflyIII\Http\Controllers\Auth\PasswordController::showResetForm
|
||||||
* @todo Implement testShowResetForm().
|
* Implement testShowResetForm().
|
||||||
*/
|
*/
|
||||||
public function testShowResetForm()
|
public function testShowResetForm()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Auth;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:09.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class RegisterControllerTest extends TestCase
|
class RegisterControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class RegisterControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::redirectPath
|
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::redirectPath
|
||||||
* @todo Implement testRedirectPath().
|
* Implement testRedirectPath().
|
||||||
*/
|
*/
|
||||||
public function testRedirectPath()
|
public function testRedirectPath()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class RegisterControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::register
|
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::register
|
||||||
* @todo Implement testRegister().
|
* Implement testRegister().
|
||||||
*/
|
*/
|
||||||
public function testRegister()
|
public function testRegister()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class RegisterControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::showRegistrationForm
|
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::showRegistrationForm
|
||||||
* @todo Implement testShowRegistrationForm().
|
* Implement testShowRegistrationForm().
|
||||||
*/
|
*/
|
||||||
public function testShowRegistrationForm()
|
public function testShowRegistrationForm()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Auth;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:09.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:17.
|
||||||
*/
|
*/
|
||||||
class ResetPasswordControllerTest extends TestCase
|
class ResetPasswordControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class ResetPasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::broker
|
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::broker
|
||||||
* @todo Implement testBroker().
|
* Implement testBroker().
|
||||||
*/
|
*/
|
||||||
public function testBroker()
|
public function testBroker()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class ResetPasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::redirectPath
|
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::redirectPath
|
||||||
* @todo Implement testRedirectPath().
|
* Implement testRedirectPath().
|
||||||
*/
|
*/
|
||||||
public function testRedirectPath()
|
public function testRedirectPath()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class ResetPasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::reset
|
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::reset
|
||||||
* @todo Implement testReset().
|
* Implement testReset().
|
||||||
*/
|
*/
|
||||||
public function testReset()
|
public function testReset()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class ResetPasswordControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::showResetForm
|
* @covers FireflyIII\Http\Controllers\Auth\ResetPasswordController::showResetForm
|
||||||
* @todo Implement testShowResetForm().
|
* Implement testShowResetForm().
|
||||||
*/
|
*/
|
||||||
public function testShowResetForm()
|
public function testShowResetForm()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Auth;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:09.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:18.
|
||||||
*/
|
*/
|
||||||
class TwoFactorControllerTest extends TestCase
|
class TwoFactorControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class TwoFactorControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::index
|
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class TwoFactorControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::lostTwoFactor
|
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::lostTwoFactor
|
||||||
* @todo Implement testLostTwoFactor().
|
* Implement testLostTwoFactor().
|
||||||
*/
|
*/
|
||||||
public function testLostTwoFactor()
|
public function testLostTwoFactor()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class TwoFactorControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::postIndex
|
* @covers FireflyIII\Http\Controllers\Auth\TwoFactorController::postIndex
|
||||||
* @todo Implement testPostIndex().
|
* Implement testPostIndex().
|
||||||
*/
|
*/
|
||||||
public function testPostIndex()
|
public function testPostIndex()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:09.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:18.
|
||||||
*/
|
*/
|
||||||
class BillControllerTest extends TestCase
|
class BillControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::create
|
* @covers FireflyIII\Http\Controllers\BillController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::delete
|
* @covers FireflyIII\Http\Controllers\BillController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::destroy
|
* @covers FireflyIII\Http\Controllers\BillController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::edit
|
* @covers FireflyIII\Http\Controllers\BillController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::index
|
* @covers FireflyIII\Http\Controllers\BillController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::rescan
|
* @covers FireflyIII\Http\Controllers\BillController::rescan
|
||||||
* @todo Implement testRescan().
|
* Implement testRescan().
|
||||||
*/
|
*/
|
||||||
public function testRescan()
|
public function testRescan()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::show
|
* @covers FireflyIII\Http\Controllers\BillController::show
|
||||||
* @todo Implement testShow().
|
* Implement testShow().
|
||||||
*/
|
*/
|
||||||
public function testShow()
|
public function testShow()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::store
|
* @covers FireflyIII\Http\Controllers\BillController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BillController::update
|
* @covers FireflyIII\Http\Controllers\BillController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:09.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:18.
|
||||||
*/
|
*/
|
||||||
class BudgetControllerTest extends TestCase
|
class BudgetControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::amount
|
* @covers FireflyIII\Http\Controllers\BudgetController::amount
|
||||||
* @todo Implement testAmount().
|
* Implement testAmount().
|
||||||
*/
|
*/
|
||||||
public function testAmount()
|
public function testAmount()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::create
|
* @covers FireflyIII\Http\Controllers\BudgetController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::delete
|
* @covers FireflyIII\Http\Controllers\BudgetController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::destroy
|
* @covers FireflyIII\Http\Controllers\BudgetController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::edit
|
* @covers FireflyIII\Http\Controllers\BudgetController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::index
|
* @covers FireflyIII\Http\Controllers\BudgetController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::noBudget
|
* @covers FireflyIII\Http\Controllers\BudgetController::noBudget
|
||||||
* @todo Implement testNoBudget().
|
* Implement testNoBudget().
|
||||||
*/
|
*/
|
||||||
public function testNoBudget()
|
public function testNoBudget()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::postUpdateIncome
|
* @covers FireflyIII\Http\Controllers\BudgetController::postUpdateIncome
|
||||||
* @todo Implement testPostUpdateIncome().
|
* Implement testPostUpdateIncome().
|
||||||
*/
|
*/
|
||||||
public function testPostUpdateIncome()
|
public function testPostUpdateIncome()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::show
|
* @covers FireflyIII\Http\Controllers\BudgetController::show
|
||||||
* @todo Implement testShow().
|
* Implement testShow().
|
||||||
*/
|
*/
|
||||||
public function testShow()
|
public function testShow()
|
||||||
{
|
{
|
||||||
@@ -127,7 +127,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::showWithRepetition
|
* @covers FireflyIII\Http\Controllers\BudgetController::showWithRepetition
|
||||||
* @todo Implement testShowWithRepetition().
|
* Implement testShowWithRepetition().
|
||||||
*/
|
*/
|
||||||
public function testShowWithRepetition()
|
public function testShowWithRepetition()
|
||||||
{
|
{
|
||||||
@@ -139,7 +139,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::store
|
* @covers FireflyIII\Http\Controllers\BudgetController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -151,7 +151,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::update
|
* @covers FireflyIII\Http\Controllers\BudgetController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
@@ -163,7 +163,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\BudgetController::updateIncome
|
* @covers FireflyIII\Http\Controllers\BudgetController::updateIncome
|
||||||
* @todo Implement testUpdateIncome().
|
* Implement testUpdateIncome().
|
||||||
*/
|
*/
|
||||||
public function testUpdateIncome()
|
public function testUpdateIncome()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:09.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:18.
|
||||||
*/
|
*/
|
||||||
class CategoryControllerTest extends TestCase
|
class CategoryControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::create
|
* @covers FireflyIII\Http\Controllers\CategoryController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::delete
|
* @covers FireflyIII\Http\Controllers\CategoryController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::destroy
|
* @covers FireflyIII\Http\Controllers\CategoryController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::edit
|
* @covers FireflyIII\Http\Controllers\CategoryController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::index
|
* @covers FireflyIII\Http\Controllers\CategoryController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::noCategory
|
* @covers FireflyIII\Http\Controllers\CategoryController::noCategory
|
||||||
* @todo Implement testNoCategory().
|
* Implement testNoCategory().
|
||||||
*/
|
*/
|
||||||
public function testNoCategory()
|
public function testNoCategory()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::show
|
* @covers FireflyIII\Http\Controllers\CategoryController::show
|
||||||
* @todo Implement testShow().
|
* Implement testShow().
|
||||||
*/
|
*/
|
||||||
public function testShow()
|
public function testShow()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::showWithDate
|
* @covers FireflyIII\Http\Controllers\CategoryController::showWithDate
|
||||||
* @todo Implement testShowWithDate().
|
* Implement testShowWithDate().
|
||||||
*/
|
*/
|
||||||
public function testShowWithDate()
|
public function testShowWithDate()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::store
|
* @covers FireflyIII\Http\Controllers\CategoryController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -127,7 +127,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CategoryController::update
|
* @covers FireflyIII\Http\Controllers\CategoryController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Chart;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 17:30:36.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:18.
|
||||||
*/
|
*/
|
||||||
class AccountControllerTest extends TestCase
|
class AccountControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseAccounts
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseAccounts
|
||||||
* @todo Implement testExpenseAccounts().
|
* Implement testExpenseAccounts().
|
||||||
*/
|
*/
|
||||||
public function testExpenseAccounts()
|
public function testExpenseAccounts()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByBudget
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByBudget
|
||||||
* @todo Implement testExpenseByBudget().
|
* Implement testExpenseByBudget().
|
||||||
*/
|
*/
|
||||||
public function testExpenseByBudget()
|
public function testExpenseByBudget()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByCategory
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByCategory
|
||||||
* @todo Implement testExpenseByCategory().
|
* Implement testExpenseByCategory().
|
||||||
*/
|
*/
|
||||||
public function testExpenseByCategory()
|
public function testExpenseByCategory()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::frontpage
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::frontpage
|
||||||
* @todo Implement testFrontpage().
|
* Implement testFrontpage().
|
||||||
*/
|
*/
|
||||||
public function testFrontpage()
|
public function testFrontpage()
|
||||||
{
|
{
|
||||||
@@ -69,7 +69,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::incomeByCategory
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::incomeByCategory
|
||||||
* @todo Implement testIncomeByCategory().
|
* Implement testIncomeByCategory().
|
||||||
*/
|
*/
|
||||||
public function testIncomeByCategory()
|
public function testIncomeByCategory()
|
||||||
{
|
{
|
||||||
@@ -81,7 +81,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::report
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::report
|
||||||
* @todo Implement testReport().
|
* Implement testReport().
|
||||||
*/
|
*/
|
||||||
public function testReport()
|
public function testReport()
|
||||||
{
|
{
|
||||||
@@ -93,7 +93,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::revenueAccounts
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::revenueAccounts
|
||||||
* @todo Implement testRevenueAccounts().
|
* Implement testRevenueAccounts().
|
||||||
*/
|
*/
|
||||||
public function testRevenueAccounts()
|
public function testRevenueAccounts()
|
||||||
{
|
{
|
||||||
@@ -105,7 +105,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::single
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::single
|
||||||
* @todo Implement testSingle().
|
* Implement testSingle().
|
||||||
*/
|
*/
|
||||||
public function testSingle()
|
public function testSingle()
|
||||||
{
|
{
|
||||||
@@ -117,7 +117,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::specificPeriod
|
* @covers FireflyIII\Http\Controllers\Chart\AccountController::specificPeriod
|
||||||
* @todo Implement testSpecificPeriod().
|
* Implement testSpecificPeriod().
|
||||||
*/
|
*/
|
||||||
public function testSpecificPeriod()
|
public function testSpecificPeriod()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Chart;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:10.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:18.
|
||||||
*/
|
*/
|
||||||
class BillControllerTest extends TestCase
|
class BillControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\BillController::frontpage
|
* @covers FireflyIII\Http\Controllers\Chart\BillController::frontpage
|
||||||
* @todo Implement testFrontpage().
|
* Implement testFrontpage().
|
||||||
*/
|
*/
|
||||||
public function testFrontpage()
|
public function testFrontpage()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class BillControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\BillController::single
|
* @covers FireflyIII\Http\Controllers\Chart\BillController::single
|
||||||
* @todo Implement testSingle().
|
* Implement testSingle().
|
||||||
*/
|
*/
|
||||||
public function testSingle()
|
public function testSingle()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Chart;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:10.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:18.
|
||||||
*/
|
*/
|
||||||
class BudgetControllerTest extends TestCase
|
class BudgetControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::budget
|
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::budget
|
||||||
* @todo Implement testBudget().
|
* Implement testBudget().
|
||||||
*/
|
*/
|
||||||
public function testBudget()
|
public function testBudget()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::budgetLimit
|
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::budgetLimit
|
||||||
* @todo Implement testBudgetLimit().
|
* Implement testBudgetLimit().
|
||||||
*/
|
*/
|
||||||
public function testBudgetLimit()
|
public function testBudgetLimit()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::frontpage
|
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::frontpage
|
||||||
* @todo Implement testFrontpage().
|
* Implement testFrontpage().
|
||||||
*/
|
*/
|
||||||
public function testFrontpage()
|
public function testFrontpage()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::period
|
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::period
|
||||||
* @todo Implement testPeriod().
|
* Implement testPeriod().
|
||||||
*/
|
*/
|
||||||
public function testPeriod()
|
public function testPeriod()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Chart;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:10.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:19.
|
||||||
*/
|
*/
|
||||||
class CategoryControllerTest extends TestCase
|
class CategoryControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::all
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::all
|
||||||
* @todo Implement testAll().
|
* Implement testAll().
|
||||||
*/
|
*/
|
||||||
public function testAll()
|
public function testAll()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::currentPeriod
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::currentPeriod
|
||||||
* @todo Implement testCurrentPeriod().
|
* Implement testCurrentPeriod().
|
||||||
*/
|
*/
|
||||||
public function testCurrentPeriod()
|
public function testCurrentPeriod()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::frontpage
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::frontpage
|
||||||
* @todo Implement testFrontpage().
|
* Implement testFrontpage().
|
||||||
*/
|
*/
|
||||||
public function testFrontpage()
|
public function testFrontpage()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::specificPeriod
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::specificPeriod
|
||||||
* @todo Implement testSpecificPeriod().
|
* Implement testSpecificPeriod().
|
||||||
*/
|
*/
|
||||||
public function testSpecificPeriod()
|
public function testSpecificPeriod()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Chart;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:10.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:19.
|
||||||
*/
|
*/
|
||||||
class CategoryReportControllerTest extends TestCase
|
class CategoryReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class CategoryReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::accountExpense
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::accountExpense
|
||||||
* @todo Implement testAccountExpense().
|
* Implement testAccountExpense().
|
||||||
*/
|
*/
|
||||||
public function testAccountExpense()
|
public function testAccountExpense()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class CategoryReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::accountIncome
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::accountIncome
|
||||||
* @todo Implement testAccountIncome().
|
* Implement testAccountIncome().
|
||||||
*/
|
*/
|
||||||
public function testAccountIncome()
|
public function testAccountIncome()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class CategoryReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::categoryExpense
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::categoryExpense
|
||||||
* @todo Implement testCategoryExpense().
|
* Implement testCategoryExpense().
|
||||||
*/
|
*/
|
||||||
public function testCategoryExpense()
|
public function testCategoryExpense()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class CategoryReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::categoryIncome
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::categoryIncome
|
||||||
* @todo Implement testCategoryIncome().
|
* Implement testCategoryIncome().
|
||||||
*/
|
*/
|
||||||
public function testCategoryIncome()
|
public function testCategoryIncome()
|
||||||
{
|
{
|
||||||
@@ -69,7 +69,7 @@ class CategoryReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::mainChart
|
* @covers FireflyIII\Http\Controllers\Chart\CategoryReportController::mainChart
|
||||||
* @todo Implement testMainChart().
|
* Implement testMainChart().
|
||||||
*/
|
*/
|
||||||
public function testMainChart()
|
public function testMainChart()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Chart;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:10.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:20.
|
||||||
*/
|
*/
|
||||||
class PiggyBankControllerTest extends TestCase
|
class PiggyBankControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\PiggyBankController::history
|
* @covers FireflyIII\Http\Controllers\Chart\PiggyBankController::history
|
||||||
* @todo Implement testHistory().
|
* Implement testHistory().
|
||||||
*/
|
*/
|
||||||
public function testHistory()
|
public function testHistory()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Chart;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:10.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:20.
|
||||||
*/
|
*/
|
||||||
class ReportControllerTest extends TestCase
|
class ReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::netWorth
|
* @covers FireflyIII\Http\Controllers\Chart\ReportController::netWorth
|
||||||
* @todo Implement testNetWorth().
|
* Implement testNetWorth().
|
||||||
*/
|
*/
|
||||||
public function testNetWorth()
|
public function testNetWorth()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::yearInOut
|
* @covers FireflyIII\Http\Controllers\Chart\ReportController::yearInOut
|
||||||
* @todo Implement testYearInOut().
|
* Implement testYearInOut().
|
||||||
*/
|
*/
|
||||||
public function testYearInOut()
|
public function testYearInOut()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::yearInOutSummarized
|
* @covers FireflyIII\Http\Controllers\Chart\ReportController::yearInOutSummarized
|
||||||
* @todo Implement testYearInOutSummarized().
|
* Implement testYearInOutSummarized().
|
||||||
*/
|
*/
|
||||||
public function testYearInOutSummarized()
|
public function testYearInOutSummarized()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:10.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:20.
|
||||||
*/
|
*/
|
||||||
class ControllerTest extends TestCase
|
class ControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class ControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Controller::authorize
|
* @covers FireflyIII\Http\Controllers\Controller::authorize
|
||||||
* @todo Implement testAuthorize().
|
* Implement testAuthorize().
|
||||||
*/
|
*/
|
||||||
public function testAuthorize()
|
public function testAuthorize()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class ControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Controller::authorizeForUser
|
* @covers FireflyIII\Http\Controllers\Controller::authorizeForUser
|
||||||
* @todo Implement testAuthorizeForUser().
|
* Implement testAuthorizeForUser().
|
||||||
*/
|
*/
|
||||||
public function testAuthorizeForUser()
|
public function testAuthorizeForUser()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class ControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Controller::authorizeResource
|
* @covers FireflyIII\Http\Controllers\Controller::authorizeResource
|
||||||
* @todo Implement testAuthorizeResource().
|
* Implement testAuthorizeResource().
|
||||||
*/
|
*/
|
||||||
public function testAuthorizeResource()
|
public function testAuthorizeResource()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class ControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Controller::dispatchNow
|
* @covers FireflyIII\Http\Controllers\Controller::dispatchNow
|
||||||
* @todo Implement testDispatchNow().
|
* Implement testDispatchNow().
|
||||||
*/
|
*/
|
||||||
public function testDispatchNow()
|
public function testDispatchNow()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class ControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Controller::validate
|
* @covers FireflyIII\Http\Controllers\Controller::validate
|
||||||
* @todo Implement testValidate().
|
* Implement testValidate().
|
||||||
*/
|
*/
|
||||||
public function testValidate()
|
public function testValidate()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class ControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Controller::validateWith
|
* @covers FireflyIII\Http\Controllers\Controller::validateWith
|
||||||
* @todo Implement testValidateWith().
|
* Implement testValidateWith().
|
||||||
*/
|
*/
|
||||||
public function testValidateWith()
|
public function testValidateWith()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class ControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Controller::validateWithBag
|
* @covers FireflyIII\Http\Controllers\Controller::validateWithBag
|
||||||
* @todo Implement testValidateWithBag().
|
* Implement testValidateWithBag().
|
||||||
*/
|
*/
|
||||||
public function testValidateWithBag()
|
public function testValidateWithBag()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:11.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:20.
|
||||||
*/
|
*/
|
||||||
class CurrencyControllerTest extends TestCase
|
class CurrencyControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class CurrencyControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CurrencyController::create
|
* @covers FireflyIII\Http\Controllers\CurrencyController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class CurrencyControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CurrencyController::defaultCurrency
|
* @covers FireflyIII\Http\Controllers\CurrencyController::defaultCurrency
|
||||||
* @todo Implement testDefaultCurrency().
|
* Implement testDefaultCurrency().
|
||||||
*/
|
*/
|
||||||
public function testDefaultCurrency()
|
public function testDefaultCurrency()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class CurrencyControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CurrencyController::delete
|
* @covers FireflyIII\Http\Controllers\CurrencyController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class CurrencyControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CurrencyController::destroy
|
* @covers FireflyIII\Http\Controllers\CurrencyController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class CurrencyControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CurrencyController::edit
|
* @covers FireflyIII\Http\Controllers\CurrencyController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class CurrencyControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CurrencyController::index
|
* @covers FireflyIII\Http\Controllers\CurrencyController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class CurrencyControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CurrencyController::store
|
* @covers FireflyIII\Http\Controllers\CurrencyController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class CurrencyControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\CurrencyController::update
|
* @covers FireflyIII\Http\Controllers\CurrencyController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:11.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
|
||||||
*/
|
*/
|
||||||
class ExportControllerTest extends TestCase
|
class ExportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class ExportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ExportController::download
|
* @covers FireflyIII\Http\Controllers\ExportController::download
|
||||||
* @todo Implement testDownload().
|
* Implement testDownload().
|
||||||
*/
|
*/
|
||||||
public function testDownload()
|
public function testDownload()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class ExportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ExportController::getStatus
|
* @covers FireflyIII\Http\Controllers\ExportController::getStatus
|
||||||
* @todo Implement testGetStatus().
|
* Implement testGetStatus().
|
||||||
*/
|
*/
|
||||||
public function testGetStatus()
|
public function testGetStatus()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class ExportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ExportController::index
|
* @covers FireflyIII\Http\Controllers\ExportController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class ExportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ExportController::postIndex
|
* @covers FireflyIII\Http\Controllers\ExportController::postIndex
|
||||||
* @todo Implement testPostIndex().
|
* Implement testPostIndex().
|
||||||
*/
|
*/
|
||||||
public function testPostIndex()
|
public function testPostIndex()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:11.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
|
||||||
*/
|
*/
|
||||||
class HelpControllerTest extends TestCase
|
class HelpControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class HelpControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\HelpController::show
|
* @covers FireflyIII\Http\Controllers\HelpController::show
|
||||||
* @todo Implement testShow().
|
* Implement testShow().
|
||||||
*/
|
*/
|
||||||
public function testShow()
|
public function testShow()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:11.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
|
||||||
*/
|
*/
|
||||||
class ImportControllerTest extends TestCase
|
class ImportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::complete
|
* @covers FireflyIII\Http\Controllers\ImportController::complete
|
||||||
* @todo Implement testComplete().
|
* Implement testComplete().
|
||||||
*/
|
*/
|
||||||
public function testComplete()
|
public function testComplete()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::configure
|
* @covers FireflyIII\Http\Controllers\ImportController::configure
|
||||||
* @todo Implement testConfigure().
|
* Implement testConfigure().
|
||||||
*/
|
*/
|
||||||
public function testConfigure()
|
public function testConfigure()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::download
|
* @covers FireflyIII\Http\Controllers\ImportController::download
|
||||||
* @todo Implement testDownload().
|
* Implement testDownload().
|
||||||
*/
|
*/
|
||||||
public function testDownload()
|
public function testDownload()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::finished
|
* @covers FireflyIII\Http\Controllers\ImportController::finished
|
||||||
* @todo Implement testFinished().
|
* Implement testFinished().
|
||||||
*/
|
*/
|
||||||
public function testFinished()
|
public function testFinished()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::index
|
* @covers FireflyIII\Http\Controllers\ImportController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::json
|
* @covers FireflyIII\Http\Controllers\ImportController::json
|
||||||
* @todo Implement testJson().
|
* Implement testJson().
|
||||||
*/
|
*/
|
||||||
public function testJson()
|
public function testJson()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::postConfigure
|
* @covers FireflyIII\Http\Controllers\ImportController::postConfigure
|
||||||
* @todo Implement testPostConfigure().
|
* Implement testPostConfigure().
|
||||||
*/
|
*/
|
||||||
public function testPostConfigure()
|
public function testPostConfigure()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::postSettings
|
* @covers FireflyIII\Http\Controllers\ImportController::postSettings
|
||||||
* @todo Implement testPostSettings().
|
* Implement testPostSettings().
|
||||||
*/
|
*/
|
||||||
public function testPostSettings()
|
public function testPostSettings()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::settings
|
* @covers FireflyIII\Http\Controllers\ImportController::settings
|
||||||
* @todo Implement testSettings().
|
* Implement testSettings().
|
||||||
*/
|
*/
|
||||||
public function testSettings()
|
public function testSettings()
|
||||||
{
|
{
|
||||||
@@ -127,7 +127,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::start
|
* @covers FireflyIII\Http\Controllers\ImportController::start
|
||||||
* @todo Implement testStart().
|
* Implement testStart().
|
||||||
*/
|
*/
|
||||||
public function testStart()
|
public function testStart()
|
||||||
{
|
{
|
||||||
@@ -139,7 +139,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::status
|
* @covers FireflyIII\Http\Controllers\ImportController::status
|
||||||
* @todo Implement testStatus().
|
* Implement testStatus().
|
||||||
*/
|
*/
|
||||||
public function testStatus()
|
public function testStatus()
|
||||||
{
|
{
|
||||||
@@ -151,7 +151,7 @@ class ImportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ImportController::upload
|
* @covers FireflyIII\Http\Controllers\ImportController::upload
|
||||||
* @todo Implement testUpload().
|
* Implement testUpload().
|
||||||
*/
|
*/
|
||||||
public function testUpload()
|
public function testUpload()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
|
||||||
*/
|
*/
|
||||||
class JsonControllerTest extends TestCase
|
class JsonControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::action
|
* @covers FireflyIII\Http\Controllers\JsonController::action
|
||||||
* @todo Implement testAction().
|
* Implement testAction().
|
||||||
*/
|
*/
|
||||||
public function testAction()
|
public function testAction()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsPaid
|
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsPaid
|
||||||
* @todo Implement testBoxBillsPaid().
|
* Implement testBoxBillsPaid().
|
||||||
*/
|
*/
|
||||||
public function testBoxBillsPaid()
|
public function testBoxBillsPaid()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsUnpaid
|
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsUnpaid
|
||||||
* @todo Implement testBoxBillsUnpaid().
|
* Implement testBoxBillsUnpaid().
|
||||||
*/
|
*/
|
||||||
public function testBoxBillsUnpaid()
|
public function testBoxBillsUnpaid()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::boxIn
|
* @covers FireflyIII\Http\Controllers\JsonController::boxIn
|
||||||
* @todo Implement testBoxIn().
|
* Implement testBoxIn().
|
||||||
*/
|
*/
|
||||||
public function testBoxIn()
|
public function testBoxIn()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::boxOut
|
* @covers FireflyIII\Http\Controllers\JsonController::boxOut
|
||||||
* @todo Implement testBoxOut().
|
* Implement testBoxOut().
|
||||||
*/
|
*/
|
||||||
public function testBoxOut()
|
public function testBoxOut()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::categories
|
* @covers FireflyIII\Http\Controllers\JsonController::categories
|
||||||
* @todo Implement testCategories().
|
* Implement testCategories().
|
||||||
*/
|
*/
|
||||||
public function testCategories()
|
public function testCategories()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::endTour
|
* @covers FireflyIII\Http\Controllers\JsonController::endTour
|
||||||
* @todo Implement testEndTour().
|
* Implement testEndTour().
|
||||||
*/
|
*/
|
||||||
public function testEndTour()
|
public function testEndTour()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::expenseAccounts
|
* @covers FireflyIII\Http\Controllers\JsonController::expenseAccounts
|
||||||
* @todo Implement testExpenseAccounts().
|
* Implement testExpenseAccounts().
|
||||||
*/
|
*/
|
||||||
public function testExpenseAccounts()
|
public function testExpenseAccounts()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::revenueAccounts
|
* @covers FireflyIII\Http\Controllers\JsonController::revenueAccounts
|
||||||
* @todo Implement testRevenueAccounts().
|
* Implement testRevenueAccounts().
|
||||||
*/
|
*/
|
||||||
public function testRevenueAccounts()
|
public function testRevenueAccounts()
|
||||||
{
|
{
|
||||||
@@ -127,7 +127,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::tags
|
* @covers FireflyIII\Http\Controllers\JsonController::tags
|
||||||
* @todo Implement testTags().
|
* Implement testTags().
|
||||||
*/
|
*/
|
||||||
public function testTags()
|
public function testTags()
|
||||||
{
|
{
|
||||||
@@ -139,7 +139,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::tour
|
* @covers FireflyIII\Http\Controllers\JsonController::tour
|
||||||
* @todo Implement testTour().
|
* Implement testTour().
|
||||||
*/
|
*/
|
||||||
public function testTour()
|
public function testTour()
|
||||||
{
|
{
|
||||||
@@ -151,7 +151,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::transactionJournals
|
* @covers FireflyIII\Http\Controllers\JsonController::transactionJournals
|
||||||
* @todo Implement testTransactionJournals().
|
* Implement testTransactionJournals().
|
||||||
*/
|
*/
|
||||||
public function testTransactionJournals()
|
public function testTransactionJournals()
|
||||||
{
|
{
|
||||||
@@ -163,7 +163,7 @@ class JsonControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\JsonController::trigger
|
* @covers FireflyIII\Http\Controllers\JsonController::trigger
|
||||||
* @todo Implement testTrigger().
|
* Implement testTrigger().
|
||||||
*/
|
*/
|
||||||
public function testTrigger()
|
public function testTrigger()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
|
||||||
*/
|
*/
|
||||||
class NewUserControllerTest extends TestCase
|
class NewUserControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class NewUserControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\NewUserController::index
|
* @covers FireflyIII\Http\Controllers\NewUserController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class NewUserControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\NewUserController::submit
|
* @covers FireflyIII\Http\Controllers\NewUserController::submit
|
||||||
* @todo Implement testSubmit().
|
* Implement testSubmit().
|
||||||
*/
|
*/
|
||||||
public function testSubmit()
|
public function testSubmit()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
|
||||||
*/
|
*/
|
||||||
class PiggyBankControllerTest extends TestCase
|
class PiggyBankControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::add
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::add
|
||||||
* @todo Implement testAdd().
|
* Implement testAdd().
|
||||||
*/
|
*/
|
||||||
public function testAdd()
|
public function testAdd()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::addMobile
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::addMobile
|
||||||
* @todo Implement testAddMobile().
|
* Implement testAddMobile().
|
||||||
*/
|
*/
|
||||||
public function testAddMobile()
|
public function testAddMobile()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::create
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::delete
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::destroy
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::edit
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::index
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::order
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::order
|
||||||
* @todo Implement testOrder().
|
* Implement testOrder().
|
||||||
*/
|
*/
|
||||||
public function testOrder()
|
public function testOrder()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::postAdd
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::postAdd
|
||||||
* @todo Implement testPostAdd().
|
* Implement testPostAdd().
|
||||||
*/
|
*/
|
||||||
public function testPostAdd()
|
public function testPostAdd()
|
||||||
{
|
{
|
||||||
@@ -127,7 +127,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::postRemove
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::postRemove
|
||||||
* @todo Implement testPostRemove().
|
* Implement testPostRemove().
|
||||||
*/
|
*/
|
||||||
public function testPostRemove()
|
public function testPostRemove()
|
||||||
{
|
{
|
||||||
@@ -139,7 +139,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::remove
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::remove
|
||||||
* @todo Implement testRemove().
|
* Implement testRemove().
|
||||||
*/
|
*/
|
||||||
public function testRemove()
|
public function testRemove()
|
||||||
{
|
{
|
||||||
@@ -151,7 +151,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::removeMobile
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::removeMobile
|
||||||
* @todo Implement testRemoveMobile().
|
* Implement testRemoveMobile().
|
||||||
*/
|
*/
|
||||||
public function testRemoveMobile()
|
public function testRemoveMobile()
|
||||||
{
|
{
|
||||||
@@ -163,7 +163,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::show
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::show
|
||||||
* @todo Implement testShow().
|
* Implement testShow().
|
||||||
*/
|
*/
|
||||||
public function testShow()
|
public function testShow()
|
||||||
{
|
{
|
||||||
@@ -175,7 +175,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::store
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -187,7 +187,7 @@ class PiggyBankControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PiggyBankController::update
|
* @covers FireflyIII\Http\Controllers\PiggyBankController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Popup;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
|
||||||
*/
|
*/
|
||||||
class ReportControllerTest extends TestCase
|
class ReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Popup\ReportController::info
|
* @covers FireflyIII\Http\Controllers\Popup\ReportController::info
|
||||||
* @todo Implement testInfo().
|
* Implement testInfo().
|
||||||
*/
|
*/
|
||||||
public function testInfo()
|
public function testInfo()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
|
||||||
*/
|
*/
|
||||||
class PreferencesControllerTest extends TestCase
|
class PreferencesControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class PreferencesControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PreferencesController::code
|
* @covers FireflyIII\Http\Controllers\PreferencesController::code
|
||||||
* @todo Implement testCode().
|
* Implement testCode().
|
||||||
*/
|
*/
|
||||||
public function testCode()
|
public function testCode()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class PreferencesControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PreferencesController::deleteCode
|
* @covers FireflyIII\Http\Controllers\PreferencesController::deleteCode
|
||||||
* @todo Implement testDeleteCode().
|
* Implement testDeleteCode().
|
||||||
*/
|
*/
|
||||||
public function testDeleteCode()
|
public function testDeleteCode()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class PreferencesControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PreferencesController::index
|
* @covers FireflyIII\Http\Controllers\PreferencesController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class PreferencesControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PreferencesController::postCode
|
* @covers FireflyIII\Http\Controllers\PreferencesController::postCode
|
||||||
* @todo Implement testPostCode().
|
* Implement testPostCode().
|
||||||
*/
|
*/
|
||||||
public function testPostCode()
|
public function testPostCode()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class PreferencesControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\PreferencesController::postIndex
|
* @covers FireflyIII\Http\Controllers\PreferencesController::postIndex
|
||||||
* @todo Implement testPostIndex().
|
* Implement testPostIndex().
|
||||||
*/
|
*/
|
||||||
public function testPostIndex()
|
public function testPostIndex()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class ProfileControllerTest extends TestCase
|
class ProfileControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class ProfileControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ProfileController::changePassword
|
* @covers FireflyIII\Http\Controllers\ProfileController::changePassword
|
||||||
* @todo Implement testChangePassword().
|
* Implement testChangePassword().
|
||||||
*/
|
*/
|
||||||
public function testChangePassword()
|
public function testChangePassword()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class ProfileControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ProfileController::deleteAccount
|
* @covers FireflyIII\Http\Controllers\ProfileController::deleteAccount
|
||||||
* @todo Implement testDeleteAccount().
|
* Implement testDeleteAccount().
|
||||||
*/
|
*/
|
||||||
public function testDeleteAccount()
|
public function testDeleteAccount()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class ProfileControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ProfileController::index
|
* @covers FireflyIII\Http\Controllers\ProfileController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class ProfileControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ProfileController::postChangePassword
|
* @covers FireflyIII\Http\Controllers\ProfileController::postChangePassword
|
||||||
* @todo Implement testPostChangePassword().
|
* Implement testPostChangePassword().
|
||||||
*/
|
*/
|
||||||
public function testPostChangePassword()
|
public function testPostChangePassword()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class ProfileControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ProfileController::postDeleteAccount
|
* @covers FireflyIII\Http\Controllers\ProfileController::postDeleteAccount
|
||||||
* @todo Implement testPostDeleteAccount().
|
* Implement testPostDeleteAccount().
|
||||||
*/
|
*/
|
||||||
public function testPostDeleteAccount()
|
public function testPostDeleteAccount()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Report;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class AccountControllerTest extends TestCase
|
class AccountControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class AccountControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Report\AccountController::accountReport
|
* @covers FireflyIII\Http\Controllers\Report\AccountController::accountReport
|
||||||
* @todo Implement testAccountReport().
|
* Implement testAccountReport().
|
||||||
*/
|
*/
|
||||||
public function testAccountReport()
|
public function testAccountReport()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Report;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class BalanceControllerTest extends TestCase
|
class BalanceControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class BalanceControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Report\BalanceController::balanceReport
|
* @covers FireflyIII\Http\Controllers\Report\BalanceController::balanceReport
|
||||||
* @todo Implement testBalanceReport().
|
* Implement testBalanceReport().
|
||||||
*/
|
*/
|
||||||
public function testBalanceReport()
|
public function testBalanceReport()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Report;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:13.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class BudgetControllerTest extends TestCase
|
class BudgetControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Report\BudgetController::budgetPeriodReport
|
* @covers FireflyIII\Http\Controllers\Report\BudgetController::budgetPeriodReport
|
||||||
* @todo Implement testBudgetPeriodReport().
|
* Implement testBudgetPeriodReport().
|
||||||
*/
|
*/
|
||||||
public function testBudgetPeriodReport()
|
public function testBudgetPeriodReport()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class BudgetControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Report\BudgetController::budgetReport
|
* @covers FireflyIII\Http\Controllers\Report\BudgetController::budgetReport
|
||||||
* @todo Implement testBudgetReport().
|
* Implement testBudgetReport().
|
||||||
*/
|
*/
|
||||||
public function testBudgetReport()
|
public function testBudgetReport()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Report;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:13.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class CategoryControllerTest extends TestCase
|
class CategoryControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Report\CategoryController::categoryReport
|
* @covers FireflyIII\Http\Controllers\Report\CategoryController::categoryReport
|
||||||
* @todo Implement testCategoryReport().
|
* Implement testCategoryReport().
|
||||||
*/
|
*/
|
||||||
public function testCategoryReport()
|
public function testCategoryReport()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Report;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:13.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class InOutControllerTest extends TestCase
|
class InOutControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class InOutControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Report\InOutController::expenseReport
|
* @covers FireflyIII\Http\Controllers\Report\InOutController::expenseReport
|
||||||
* @todo Implement testExpenseReport().
|
* Implement testExpenseReport().
|
||||||
*/
|
*/
|
||||||
public function testExpenseReport()
|
public function testExpenseReport()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class InOutControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Report\InOutController::incExpReport
|
* @covers FireflyIII\Http\Controllers\Report\InOutController::incExpReport
|
||||||
* @todo Implement testIncExpReport().
|
* Implement testIncExpReport().
|
||||||
*/
|
*/
|
||||||
public function testIncExpReport()
|
public function testIncExpReport()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class InOutControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Report\InOutController::incomeReport
|
* @covers FireflyIII\Http\Controllers\Report\InOutController::incomeReport
|
||||||
* @todo Implement testIncomeReport().
|
* Implement testIncomeReport().
|
||||||
*/
|
*/
|
||||||
public function testIncomeReport()
|
public function testIncomeReport()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:13.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class ReportControllerTest extends TestCase
|
class ReportControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ReportController::auditReport
|
* @covers FireflyIII\Http\Controllers\ReportController::auditReport
|
||||||
* @todo Implement testAuditReport().
|
* Implement testAuditReport().
|
||||||
*/
|
*/
|
||||||
public function testAuditReport()
|
public function testAuditReport()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ReportController::categoryReport
|
* @covers FireflyIII\Http\Controllers\ReportController::categoryReport
|
||||||
* @todo Implement testCategoryReport().
|
* Implement testCategoryReport().
|
||||||
*/
|
*/
|
||||||
public function testCategoryReport()
|
public function testCategoryReport()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ReportController::defaultReport
|
* @covers FireflyIII\Http\Controllers\ReportController::defaultReport
|
||||||
* @todo Implement testDefaultReport().
|
* Implement testDefaultReport().
|
||||||
*/
|
*/
|
||||||
public function testDefaultReport()
|
public function testDefaultReport()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ReportController::index
|
* @covers FireflyIII\Http\Controllers\ReportController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ReportController::options
|
* @covers FireflyIII\Http\Controllers\ReportController::options
|
||||||
* @todo Implement testOptions().
|
* Implement testOptions().
|
||||||
*/
|
*/
|
||||||
public function testOptions()
|
public function testOptions()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class ReportControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\ReportController::postIndex
|
* @covers FireflyIII\Http\Controllers\ReportController::postIndex
|
||||||
* @todo Implement testPostIndex().
|
* Implement testPostIndex().
|
||||||
*/
|
*/
|
||||||
public function testPostIndex()
|
public function testPostIndex()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:13.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class RuleControllerTest extends TestCase
|
class RuleControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::create
|
* @covers FireflyIII\Http\Controllers\RuleController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::delete
|
* @covers FireflyIII\Http\Controllers\RuleController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::destroy
|
* @covers FireflyIII\Http\Controllers\RuleController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::down
|
* @covers FireflyIII\Http\Controllers\RuleController::down
|
||||||
* @todo Implement testDown().
|
* Implement testDown().
|
||||||
*/
|
*/
|
||||||
public function testDown()
|
public function testDown()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::edit
|
* @covers FireflyIII\Http\Controllers\RuleController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::index
|
* @covers FireflyIII\Http\Controllers\RuleController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::reorderRuleActions
|
* @covers FireflyIII\Http\Controllers\RuleController::reorderRuleActions
|
||||||
* @todo Implement testReorderRuleActions().
|
* Implement testReorderRuleActions().
|
||||||
*/
|
*/
|
||||||
public function testReorderRuleActions()
|
public function testReorderRuleActions()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::reorderRuleTriggers
|
* @covers FireflyIII\Http\Controllers\RuleController::reorderRuleTriggers
|
||||||
* @todo Implement testReorderRuleTriggers().
|
* Implement testReorderRuleTriggers().
|
||||||
*/
|
*/
|
||||||
public function testReorderRuleTriggers()
|
public function testReorderRuleTriggers()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::store
|
* @covers FireflyIII\Http\Controllers\RuleController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -127,7 +127,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::testTriggers
|
* @covers FireflyIII\Http\Controllers\RuleController::testTriggers
|
||||||
* @todo Implement testTestTriggers().
|
* Implement testTestTriggers().
|
||||||
*/
|
*/
|
||||||
public function testTestTriggers()
|
public function testTestTriggers()
|
||||||
{
|
{
|
||||||
@@ -139,7 +139,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::up
|
* @covers FireflyIII\Http\Controllers\RuleController::up
|
||||||
* @todo Implement testUp().
|
* Implement testUp().
|
||||||
*/
|
*/
|
||||||
public function testUp()
|
public function testUp()
|
||||||
{
|
{
|
||||||
@@ -151,7 +151,7 @@ class RuleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleController::update
|
* @covers FireflyIII\Http\Controllers\RuleController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:13.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class RuleGroupControllerTest extends TestCase
|
class RuleGroupControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::create
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::delete
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::destroy
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::down
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::down
|
||||||
* @todo Implement testDown().
|
* Implement testDown().
|
||||||
*/
|
*/
|
||||||
public function testDown()
|
public function testDown()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::edit
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::execute
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::execute
|
||||||
* @todo Implement testExecute().
|
* Implement testExecute().
|
||||||
*/
|
*/
|
||||||
public function testExecute()
|
public function testExecute()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::selectTransactions
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::selectTransactions
|
||||||
* @todo Implement testSelectTransactions().
|
* Implement testSelectTransactions().
|
||||||
*/
|
*/
|
||||||
public function testSelectTransactions()
|
public function testSelectTransactions()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::store
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::up
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::up
|
||||||
* @todo Implement testUp().
|
* Implement testUp().
|
||||||
*/
|
*/
|
||||||
public function testUp()
|
public function testUp()
|
||||||
{
|
{
|
||||||
@@ -127,7 +127,7 @@ class RuleGroupControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::update
|
* @covers FireflyIII\Http\Controllers\RuleGroupController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:13.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:22.
|
||||||
*/
|
*/
|
||||||
class SearchControllerTest extends TestCase
|
class SearchControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class SearchControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\SearchController::index
|
* @covers FireflyIII\Http\Controllers\SearchController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:13.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:23.
|
||||||
*/
|
*/
|
||||||
class TagControllerTest extends TestCase
|
class TagControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::create
|
* @covers FireflyIII\Http\Controllers\TagController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::delete
|
* @covers FireflyIII\Http\Controllers\TagController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::destroy
|
* @covers FireflyIII\Http\Controllers\TagController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::edit
|
* @covers FireflyIII\Http\Controllers\TagController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::hideTagHelp
|
* @covers FireflyIII\Http\Controllers\TagController::hideTagHelp
|
||||||
* @todo Implement testHideTagHelp().
|
* Implement testHideTagHelp().
|
||||||
*/
|
*/
|
||||||
public function testHideTagHelp()
|
public function testHideTagHelp()
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::index
|
* @covers FireflyIII\Http\Controllers\TagController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::show
|
* @covers FireflyIII\Http\Controllers\TagController::show
|
||||||
* @todo Implement testShow().
|
* Implement testShow().
|
||||||
*/
|
*/
|
||||||
public function testShow()
|
public function testShow()
|
||||||
{
|
{
|
||||||
@@ -103,7 +103,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::store
|
* @covers FireflyIII\Http\Controllers\TagController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,7 @@ class TagControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TagController::update
|
* @covers FireflyIII\Http\Controllers\TagController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Transaction;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:14.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:23.
|
||||||
*/
|
*/
|
||||||
class ConvertControllerTest extends TestCase
|
class ConvertControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class ConvertControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::convert
|
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::convert
|
||||||
* @todo Implement testConvert().
|
* Implement testConvert().
|
||||||
*/
|
*/
|
||||||
public function testConvert()
|
public function testConvert()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class ConvertControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::submit
|
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::submit
|
||||||
* @todo Implement testSubmit().
|
* Implement testSubmit().
|
||||||
*/
|
*/
|
||||||
public function testSubmit()
|
public function testSubmit()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Transaction;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:14.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:23.
|
||||||
*/
|
*/
|
||||||
class MassControllerTest extends TestCase
|
class MassControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class MassControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massDelete
|
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massDelete
|
||||||
* @todo Implement testMassDelete().
|
* Implement testMassDelete().
|
||||||
*/
|
*/
|
||||||
public function testMassDelete()
|
public function testMassDelete()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class MassControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massDestroy
|
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massDestroy
|
||||||
* @todo Implement testMassDestroy().
|
* Implement testMassDestroy().
|
||||||
*/
|
*/
|
||||||
public function testMassDestroy()
|
public function testMassDestroy()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class MassControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massEdit
|
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massEdit
|
||||||
* @todo Implement testMassEdit().
|
* Implement testMassEdit().
|
||||||
*/
|
*/
|
||||||
public function testMassEdit()
|
public function testMassEdit()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class MassControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massUpdate
|
* @covers FireflyIII\Http\Controllers\Transaction\MassController::massUpdate
|
||||||
* @todo Implement testMassUpdate().
|
* Implement testMassUpdate().
|
||||||
*/
|
*/
|
||||||
public function testMassUpdate()
|
public function testMassUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Transaction;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:14.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:23.
|
||||||
*/
|
*/
|
||||||
class SingleControllerTest extends TestCase
|
class SingleControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class SingleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::create
|
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::create
|
||||||
* @todo Implement testCreate().
|
* Implement testCreate().
|
||||||
*/
|
*/
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class SingleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::delete
|
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::delete
|
||||||
* @todo Implement testDelete().
|
* Implement testDelete().
|
||||||
*/
|
*/
|
||||||
public function testDelete()
|
public function testDelete()
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ class SingleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::destroy
|
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::destroy
|
||||||
* @todo Implement testDestroy().
|
* Implement testDestroy().
|
||||||
*/
|
*/
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
{
|
{
|
||||||
@@ -57,7 +57,7 @@ class SingleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::edit
|
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -69,7 +69,7 @@ class SingleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::store
|
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::store
|
||||||
* @todo Implement testStore().
|
* Implement testStore().
|
||||||
*/
|
*/
|
||||||
public function testStore()
|
public function testStore()
|
||||||
{
|
{
|
||||||
@@ -81,7 +81,7 @@ class SingleControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::update
|
* @covers FireflyIII\Http\Controllers\Transaction\SingleController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -4,7 +4,7 @@ namespace Transaction;
|
|||||||
use TestCase;
|
use TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:14.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:23.
|
||||||
*/
|
*/
|
||||||
class SplitControllerTest extends TestCase
|
class SplitControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -21,7 +21,7 @@ class SplitControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\SplitController::edit
|
* @covers FireflyIII\Http\Controllers\Transaction\SplitController::edit
|
||||||
* @todo Implement testEdit().
|
* Implement testEdit().
|
||||||
*/
|
*/
|
||||||
public function testEdit()
|
public function testEdit()
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ class SplitControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\Transaction\SplitController::update
|
* @covers FireflyIII\Http\Controllers\Transaction\SplitController::update
|
||||||
* @todo Implement testUpdate().
|
* Implement testUpdate().
|
||||||
*/
|
*/
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 11:51:45.
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:23.
|
||||||
*/
|
*/
|
||||||
class TransactionControllerTest extends TestCase
|
class TransactionControllerTest extends TestCase
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ class TransactionControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TransactionController::index
|
* @covers FireflyIII\Http\Controllers\TransactionController::index
|
||||||
* @todo Implement testIndex().
|
* Implement testIndex().
|
||||||
*/
|
*/
|
||||||
public function testIndex()
|
public function testIndex()
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ class TransactionControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TransactionController::indexAll
|
* @covers FireflyIII\Http\Controllers\TransactionController::indexAll
|
||||||
* @todo Implement testIndexAll().
|
* Implement testIndexAll().
|
||||||
*/
|
*/
|
||||||
public function testIndexAll()
|
public function testIndexAll()
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@ class TransactionControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TransactionController::indexDate
|
* @covers FireflyIII\Http\Controllers\TransactionController::indexDate
|
||||||
* @todo Implement testIndexDate().
|
* Implement testIndexDate().
|
||||||
*/
|
*/
|
||||||
public function testIndexDate()
|
public function testIndexDate()
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ class TransactionControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TransactionController::reorder
|
* @covers FireflyIII\Http\Controllers\TransactionController::reorder
|
||||||
* @todo Implement testReorder().
|
* Implement testReorder().
|
||||||
*/
|
*/
|
||||||
public function testReorder()
|
public function testReorder()
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,7 @@ class TransactionControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers FireflyIII\Http\Controllers\TransactionController::show
|
* @covers FireflyIII\Http\Controllers\TransactionController::show
|
||||||
* @todo Implement testShow().
|
* Implement testShow().
|
||||||
*/
|
*/
|
||||||
public function testShow()
|
public function testShow()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user