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