mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 19:49:54 +00:00
Fix tests.
This commit is contained in:
@@ -31,10 +31,6 @@ use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* Class PiggyBankControllerTest
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
*/
|
||||
class PiggyBankControllerTest extends TestCase
|
||||
{
|
||||
@@ -48,8 +44,7 @@ class PiggyBankControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\PiggyBankController::history
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\PiggyBankController::__construct
|
||||
* @covers \FireflyIII\Http\Controllers\Chart\PiggyBankController
|
||||
*/
|
||||
public function testHistory(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user