mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update tests.
This commit is contained in:
@@ -11,11 +11,12 @@
|
||||
|
||||
|
||||
/**
|
||||
* 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 TransactionControllerTest extends TestCase
|
||||
{
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Sets up the fixture, for example, opens a network connection.
|
||||
@@ -27,7 +28,15 @@ class TransactionControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::index
|
||||
* 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().
|
||||
*/
|
||||
public function testIndex()
|
||||
@@ -39,7 +48,7 @@ class TransactionControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::indexAll
|
||||
* @covers \FireflyIII\Http\Controllers\TransactionController::indexAll
|
||||
* Implement testIndexAll().
|
||||
*/
|
||||
public function testIndexAll()
|
||||
@@ -51,7 +60,7 @@ class TransactionControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::indexByDate
|
||||
* @covers \FireflyIII\Http\Controllers\TransactionController::indexByDate
|
||||
* Implement testIndexByDate().
|
||||
*/
|
||||
public function testIndexByDate()
|
||||
@@ -63,7 +72,7 @@ class TransactionControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::reorder
|
||||
* @covers \FireflyIII\Http\Controllers\TransactionController::reorder
|
||||
* Implement testReorder().
|
||||
*/
|
||||
public function testReorder()
|
||||
@@ -75,7 +84,7 @@ class TransactionControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::show
|
||||
* @covers \FireflyIII\Http\Controllers\TransactionController::show
|
||||
* Implement testShow().
|
||||
*/
|
||||
public function testShow()
|
||||
@@ -85,12 +94,4 @@ 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()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user