Skip to content

Commit

Permalink
PHPMD
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Aug 30, 2021
1 parent c9cefd8 commit 310e31f
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/LT/EstcardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Test suite for Estcard payment gateway.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class EstcardTest extends EstcardTestBase
{
Expand Down
3 changes: 3 additions & 0 deletions tests/LT/LuminorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* Test suite for Luminor LT banklink.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class LuminorTest extends TestCase
{
Expand Down
3 changes: 3 additions & 0 deletions tests/LT/SEBTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Test suite for SEB LT banklink.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class SEBTest extends \RKD\Banklink\Test\EE\SEBTest
{
Expand Down
3 changes: 3 additions & 0 deletions tests/LT/SiauliuTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Test suite for Šiaulių bank banklink.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class SiauliuTest extends SEBTest
{
Expand Down
3 changes: 3 additions & 0 deletions tests/LT/SwedbankTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* Test suite for Swedbank banklink.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class SwedbankTest extends SEBTest
{
Expand Down
3 changes: 3 additions & 0 deletions tests/Protocol/ECommerceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* Test suite for ECommerce protocol.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ECommerceTest extends TestCase
{
Expand Down
3 changes: 3 additions & 0 deletions tests/Protocol/Helper/ProtocolHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* Test suite for protocol helper.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ProtocolHelperTest extends TestCase
{
Expand Down
3 changes: 3 additions & 0 deletions tests/Protocol/IPizza2015Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* Test suite for IPizza 2015 protocol.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class IPizza2015Test extends IPizzaTest
{
Expand Down
3 changes: 3 additions & 0 deletions tests/Protocol/IPizzaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* Test suite for IPizza protocol.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class IPizzaTest extends TestCase
{
Expand Down
3 changes: 3 additions & 0 deletions tests/Protocol/LiisiPaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* Test suite for Liisi payment protocol.
*
* @author Rene Korss <rene.korss@gmail.com>
*
* @SuppressWarnings(PHPMD.TooManyFields)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class LiisiPaymentTest extends IPizzaTest
{
Expand Down

0 comments on commit 310e31f

Please sign in to comment.