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:22.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:38.
|
||||
*/
|
||||
class RuleGroupControllerTest extends TestCase
|
||||
{
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Sets up the fixture, for example, opens a network connection.
|
||||
@@ -27,7 +28,15 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::create
|
||||
* 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\RuleGroupController::create
|
||||
* Implement testCreate().
|
||||
*/
|
||||
public function testCreate()
|
||||
@@ -39,7 +48,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::delete
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::delete
|
||||
* Implement testDelete().
|
||||
*/
|
||||
public function testDelete()
|
||||
@@ -51,7 +60,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::destroy
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::destroy
|
||||
* Implement testDestroy().
|
||||
*/
|
||||
public function testDestroy()
|
||||
@@ -63,7 +72,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::down
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::down
|
||||
* Implement testDown().
|
||||
*/
|
||||
public function testDown()
|
||||
@@ -75,7 +84,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::edit
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::edit
|
||||
* Implement testEdit().
|
||||
*/
|
||||
public function testEdit()
|
||||
@@ -87,7 +96,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::execute
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::execute
|
||||
* Implement testExecute().
|
||||
*/
|
||||
public function testExecute()
|
||||
@@ -99,7 +108,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::selectTransactions
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::selectTransactions
|
||||
* Implement testSelectTransactions().
|
||||
*/
|
||||
public function testSelectTransactions()
|
||||
@@ -111,7 +120,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::store
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::store
|
||||
* Implement testStore().
|
||||
*/
|
||||
public function testStore()
|
||||
@@ -123,7 +132,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::up
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::up
|
||||
* Implement testUp().
|
||||
*/
|
||||
public function testUp()
|
||||
@@ -135,7 +144,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\RuleGroupController::update
|
||||
* @covers \FireflyIII\Http\Controllers\RuleGroupController::update
|
||||
* Implement testUpdate().
|
||||
*/
|
||||
public function testUpdate()
|
||||
@@ -145,12 +154,4 @@ class RuleGroupControllerTest 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