Added the provider annotation to all tests.

This commit is contained in:
James Cole
2016-02-05 06:41:28 +01:00
parent 4531d0ee32
commit 45deb493ba
10 changed files with 28 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ class BillControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\BillController::index
* @dataProvider dateRangeProvider
*/
public function testIndex($range)
{
@@ -69,6 +70,7 @@ class BillControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\BillController::rescan
* @dataProvider dateRangeProvider
*/
public function testRescan($range)
{
@@ -80,6 +82,7 @@ class BillControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\BillController::show
* @dataProvider dateRangeProvider
*/
public function testShow($range)
{