Code cleanup

This commit is contained in:
James Cole
2019-08-17 10:48:28 +02:00
parent c235e42d6c
commit 1974d5f1e3
272 changed files with 818 additions and 7 deletions

View File

@@ -48,6 +48,9 @@ use Tests\TestCase;
/**
* Class BinderTest
* Per object: works, not existing, not logged in + existing
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class BinderTest extends TestCase
{