mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 11:33:59 +00:00
Updated some tests.
This commit is contained in:
@@ -3,14 +3,12 @@ namespace Transaction;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-19 at 19:28:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 06:10:33.
|
||||
*/
|
||||
class ConvertControllerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var ConvertController
|
||||
*/
|
||||
protected $object;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Sets up the fixture, for example, opens a network connection.
|
||||
|
@@ -3,14 +3,12 @@ namespace Transaction;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-19 at 19:28:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 06:10:34.
|
||||
*/
|
||||
class MassControllerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var MassController
|
||||
*/
|
||||
protected $object;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Sets up the fixture, for example, opens a network connection.
|
||||
|
@@ -3,14 +3,12 @@ namespace Transaction;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-19 at 19:28:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 06:10:34.
|
||||
*/
|
||||
class SingleControllerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var SingleController
|
||||
*/
|
||||
protected $object;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Sets up the fixture, for example, opens a network connection.
|
||||
|
@@ -3,14 +3,12 @@ namespace Transaction;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-19 at 19:28:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 06:10:34.
|
||||
*/
|
||||
class SplitControllerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var SplitController
|
||||
*/
|
||||
protected $object;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Sets up the fixture, for example, opens a network connection.
|
||||
|
Reference in New Issue
Block a user