New tests

This commit is contained in:
James Cole
2016-12-10 06:54:50 +01:00
parent bc11c3fab2
commit e7845115f6
36 changed files with 241 additions and 241 deletions

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()
{
}
}