mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Suppress PHPMD messages and make sure to use route() [skip ci]
This commit is contained in:
@@ -38,6 +38,9 @@ use Tests\TestCase;
|
||||
/**
|
||||
*
|
||||
* Class AvailableBudgetControllerTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class AvailableBudgetControllerTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user