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
{

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
{

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
{

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
{

View File

@ -14,7 +14,7 @@ namespace Chart;
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
{

View File

@ -14,7 +14,7 @@ namespace Chart;
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
{

View File

@ -14,7 +14,7 @@ namespace Chart;
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
{

View File

@ -14,7 +14,7 @@ namespace Chart;
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
{

View File

@ -14,7 +14,7 @@ namespace Chart;
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
{

View File

@ -14,7 +14,7 @@ namespace Chart;
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
{

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
{

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
{

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
{

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
{

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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class ImportControllerTest extends TestCase
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
* Implement testComplete().
@ -178,4 +169,12 @@ class ImportControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class JsonControllerTest extends TestCase
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
* Implement testAction().
@ -190,4 +181,12 @@ class JsonControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class NewUserControllerTest extends TestCase
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
* Implement testIndex().
@ -58,4 +49,12 @@ class NewUserControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class PiggyBankControllerTest extends TestCase
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
* Implement testAdd().
@ -214,4 +205,12 @@ class PiggyBankControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

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

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class PreferencesControllerTest extends TestCase
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
* Implement testCode().
@ -94,4 +85,12 @@ class PreferencesControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class ProfileControllerTest extends TestCase
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
* Implement testChangePassword().
@ -94,4 +85,12 @@ class ProfileControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

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

View File

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

View File

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

View File

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

View File

@ -10,15 +10,15 @@
*/
namespace Report;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-10 at 05:51:43.
*/
class OperationsControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -29,14 +29,6 @@ class OperationsControllerTest extends TestCase
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
* 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
* Implement testOperations().
@ -62,14 +66,10 @@ class OperationsControllerTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Controllers\Report\OperationsController::income
* Implement testIncome().
* Tears down the fixture, for example, closes a network connection.
* 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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class ReportControllerTest extends TestCase
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
* 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
* Implement testCategoryReport().
@ -106,4 +109,12 @@ class ReportControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class RuleControllerTest extends TestCase
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
* Implement testCreate().
@ -178,4 +169,12 @@ class RuleControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class RuleGroupControllerTest extends TestCase
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
* Implement testCreate().
@ -154,4 +145,12 @@ class RuleGroupControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class SearchControllerTest extends TestCase
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
* Implement testIndex().
@ -46,4 +37,12 @@ class SearchControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class TagControllerTest extends TestCase
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
* Implement testCreate().
@ -130,4 +121,12 @@ class TagControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}

View File

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

View File

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

View File

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

View File

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

View File

@ -11,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
{
/**
* Sets up the fixture, for example, opens a network connection.
@ -27,14 +26,6 @@ class TransactionControllerTest extends TestCase
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
* Implement testIndex().
@ -94,4 +85,12 @@ class TransactionControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}