Update tests.

This commit is contained in:
James Cole
2016-12-07 19:53:41 +01:00
parent db1a60b6df
commit df6f4aecf8
48 changed files with 495 additions and 495 deletions

View File

@@ -10,15 +10,15 @@
*/
namespace Transaction;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:39.
*/
class SplitControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@@ -30,7 +30,15 @@ class SplitControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SplitController::edit
* 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().
*/
public function testEdit()
@@ -42,7 +50,7 @@ class SplitControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Transaction\SplitController::update
* @covers \FireflyIII\Http\Controllers\Transaction\SplitController::update
* Implement testUpdate().
*/
public function testUpdate()
@@ -52,12 +60,4 @@ 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()
{
}
}