Updated some tests.

This commit is contained in:
James Cole
2016-11-20 07:24:18 +01:00
parent 26190524f4
commit f8c5c15655
53 changed files with 207 additions and 269 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.