mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
Added the provider annotation to all tests.
This commit is contained in:
@@ -60,6 +60,7 @@ class TransactionControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::index
|
||||
* @dataProvider dateRangeProvider
|
||||
*/
|
||||
public function testIndex($range)
|
||||
{
|
||||
@@ -84,6 +85,7 @@ class TransactionControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::show
|
||||
* @dataProvider dateRangeProvider
|
||||
*/
|
||||
public function testShow($range)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user