New tests

This commit is contained in:
James Cole 2016-12-10 06:54:50 +01:00
parent bc11c3fab2
commit e7845115f6
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
36 changed files with 241 additions and 241 deletions

View File

@ -11,7 +11,7 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:38.
*/ */
class AttachmentControllerTest extends TestCase class AttachmentControllerTest extends TestCase
{ {

View File

@ -11,7 +11,7 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:40.
*/ */
class BillControllerTest extends TestCase class BillControllerTest extends TestCase
{ {

View File

@ -11,7 +11,7 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:40.
*/ */
class BudgetControllerTest extends TestCase class BudgetControllerTest extends TestCase
{ {

View File

@ -11,7 +11,7 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:40.
*/ */
class CategoryControllerTest extends TestCase class CategoryControllerTest extends TestCase
{ {

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:40.
*/ */
class BillControllerTest extends TestCase class BillControllerTest extends TestCase
{ {

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:40.
*/ */
class BudgetControllerTest extends TestCase class BudgetControllerTest extends TestCase
{ {

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:40.
*/ */
class CategoryControllerTest extends TestCase class CategoryControllerTest extends TestCase
{ {

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:40.
*/ */
class CategoryReportControllerTest extends TestCase class CategoryReportControllerTest extends TestCase
{ {

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:41.
*/ */
class PiggyBankControllerTest extends TestCase class PiggyBankControllerTest extends TestCase
{ {

View File

@ -14,7 +14,7 @@ namespace Chart;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:33. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:41.
*/ */
class ReportControllerTest extends TestCase class ReportControllerTest extends TestCase
{ {

View File

@ -11,7 +11,7 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:34. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:41.
*/ */
class ControllerTest extends TestCase class ControllerTest extends TestCase
{ {

View File

@ -11,7 +11,7 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:34. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:41.
*/ */
class CurrencyControllerTest extends TestCase class CurrencyControllerTest extends TestCase
{ {

View File

@ -11,7 +11,7 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:34. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:41.
*/ */
class ExportControllerTest extends TestCase class ExportControllerTest extends TestCase
{ {

View File

@ -11,7 +11,7 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:34. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:41.
*/ */
class HelpControllerTest extends TestCase class HelpControllerTest extends TestCase
{ {

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:35. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:41.
*/ */
class ImportControllerTest extends TestCase class ImportControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class ImportControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\ImportController::complete * @covers \FireflyIII\Http\Controllers\ImportController::complete
* Implement testComplete(). * Implement testComplete().
@ -178,4 +169,12 @@ class ImportControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:35. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:42.
*/ */
class JsonControllerTest extends TestCase class JsonControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class JsonControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\JsonController::action * @covers \FireflyIII\Http\Controllers\JsonController::action
* Implement testAction(). * Implement testAction().
@ -190,4 +181,12 @@ class JsonControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:36. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:42.
*/ */
class NewUserControllerTest extends TestCase class NewUserControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class NewUserControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\NewUserController::index * @covers \FireflyIII\Http\Controllers\NewUserController::index
* Implement testIndex(). * Implement testIndex().
@ -58,4 +49,12 @@ class NewUserControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:36. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:42.
*/ */
class PiggyBankControllerTest extends TestCase class PiggyBankControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class PiggyBankControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\PiggyBankController::add * @covers \FireflyIII\Http\Controllers\PiggyBankController::add
* Implement testAdd(). * Implement testAdd().
@ -214,4 +205,12 @@ class PiggyBankControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Popup; namespace Popup;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:36. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:42.
*/ */
class ReportControllerTest extends TestCase class ReportControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class ReportControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Popup\ReportController::general * @covers \FireflyIII\Http\Controllers\Popup\ReportController::general
* Implement testGeneral(). * Implement testGeneral().
@ -48,4 +40,12 @@ class ReportControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:42.
*/ */
class PreferencesControllerTest extends TestCase class PreferencesControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class PreferencesControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\PreferencesController::code * @covers \FireflyIII\Http\Controllers\PreferencesController::code
* Implement testCode(). * Implement testCode().
@ -94,4 +85,12 @@ class PreferencesControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:42.
*/ */
class ProfileControllerTest extends TestCase class ProfileControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class ProfileControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\ProfileController::changePassword * @covers \FireflyIII\Http\Controllers\ProfileController::changePassword
* Implement testChangePassword(). * Implement testChangePassword().
@ -94,4 +85,12 @@ class ProfileControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Report; namespace Report;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:42.
*/ */
class AccountControllerTest extends TestCase class AccountControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class AccountControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Report\AccountController::general * @covers \FireflyIII\Http\Controllers\Report\AccountController::general
* Implement testGeneral(). * Implement testGeneral().
@ -48,4 +40,12 @@ class AccountControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Report; namespace Report;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:42.
*/ */
class BalanceControllerTest extends TestCase class BalanceControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class BalanceControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Report\BalanceController::general * @covers \FireflyIII\Http\Controllers\Report\BalanceController::general
* Implement testGeneral(). * Implement testGeneral().
@ -48,4 +40,12 @@ class BalanceControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Report; namespace Report;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/ */
class BudgetControllerTest extends TestCase class BudgetControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class BudgetControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Report\BudgetController::general * @covers \FireflyIII\Http\Controllers\Report\BudgetController::general
* Implement testGeneral(). * Implement testGeneral().
@ -60,4 +52,12 @@ class BudgetControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Report; namespace Report;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/ */
class CategoryControllerTest extends TestCase class CategoryControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class CategoryControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Report\CategoryController::expenses * @covers \FireflyIII\Http\Controllers\Report\CategoryController::expenses
* Implement testExpenses(). * Implement testExpenses().
@ -72,4 +64,12 @@ class CategoryControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

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

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/ */
class ReportControllerTest extends TestCase class ReportControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class ReportControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\ReportController::auditReport * @covers \FireflyIII\Http\Controllers\ReportController::auditReport
* Implement testAuditReport(). * Implement testAuditReport().
@ -47,6 +38,18 @@ class ReportControllerTest extends TestCase
); );
} }
/**
* @covers \FireflyIII\Http\Controllers\ReportController::budgetReport
* Implement testBudgetReport().
*/
public function testBudgetReport()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/** /**
* @covers \FireflyIII\Http\Controllers\ReportController::categoryReport * @covers \FireflyIII\Http\Controllers\ReportController::categoryReport
* Implement testCategoryReport(). * Implement testCategoryReport().
@ -106,4 +109,12 @@ class ReportControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/ */
class RuleControllerTest extends TestCase class RuleControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class RuleControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\RuleController::create * @covers \FireflyIII\Http\Controllers\RuleController::create
* Implement testCreate(). * Implement testCreate().
@ -178,4 +169,12 @@ class RuleControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/ */
class RuleGroupControllerTest extends TestCase class RuleGroupControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class RuleGroupControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\RuleGroupController::create * @covers \FireflyIII\Http\Controllers\RuleGroupController::create
* Implement testCreate(). * Implement testCreate().
@ -154,4 +145,12 @@ class RuleGroupControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/ */
class SearchControllerTest extends TestCase class SearchControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class SearchControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\SearchController::index * @covers \FireflyIII\Http\Controllers\SearchController::index
* Implement testIndex(). * Implement testIndex().
@ -46,4 +37,12 @@ class SearchControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/ */
class TagControllerTest extends TestCase class TagControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class TagControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\TagController::create * @covers \FireflyIII\Http\Controllers\TagController::create
* Implement testCreate(). * Implement testCreate().
@ -130,4 +121,12 @@ class TagControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Transaction; namespace Transaction;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/ */
class ConvertControllerTest extends TestCase class ConvertControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class ConvertControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Transaction\ConvertController::index * @covers \FireflyIII\Http\Controllers\Transaction\ConvertController::index
* Implement testIndex(). * Implement testIndex().
@ -60,4 +52,12 @@ class ConvertControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Transaction; namespace Transaction;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:44.
*/ */
class MassControllerTest extends TestCase class MassControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class MassControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Transaction\MassController::massDelete * @covers \FireflyIII\Http\Controllers\Transaction\MassController::massDelete
* Implement testMassDelete(). * Implement testMassDelete().
@ -84,4 +76,12 @@ class MassControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Transaction; namespace Transaction;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:44.
*/ */
class SingleControllerTest extends TestCase class SingleControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class SingleControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Transaction\SingleController::create * @covers \FireflyIII\Http\Controllers\Transaction\SingleController::create
* Implement testCreate(). * Implement testCreate().
@ -108,4 +100,12 @@ class SingleControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -10,15 +10,15 @@
*/ */
namespace Transaction; namespace Transaction;
use TestCase; use TestCase;
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:39. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:44.
*/ */
class SplitControllerTest extends TestCase class SplitControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class SplitControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\Transaction\SplitController::edit * @covers \FireflyIII\Http\Controllers\Transaction\SplitController::edit
* Implement testEdit(). * Implement testEdit().
@ -60,4 +52,12 @@ class SplitControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }

View File

@ -11,12 +11,11 @@
/** /**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:39. * Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:44.
*/ */
class TransactionControllerTest extends TestCase class TransactionControllerTest extends TestCase
{ {
/** /**
* Sets up the fixture, for example, opens a network connection. * Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class TransactionControllerTest extends TestCase
parent::setUp(); parent::setUp();
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/** /**
* @covers \FireflyIII\Http\Controllers\TransactionController::index * @covers \FireflyIII\Http\Controllers\TransactionController::index
* Implement testIndex(). * Implement testIndex().
@ -94,4 +85,12 @@ class TransactionControllerTest extends TestCase
'This test has not been implemented yet.' 'This test has not been implemented yet.'
); );
} }
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
} }