Skip to content

Commit 85cd239

Browse files
committed
Remove PHPMD directive
1 parent e97301d commit 85cd239

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/GenerateCustomerTokenTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class GenerateCustomerTokenTest extends GraphQlAbstract
2020
* Verify customer token with valid credentials
2121
*
2222
* @magentoApiDataFixture Magento/Customer/_files/customer.php
23-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
2423
*/
2524
public function testGenerateCustomerValidToken()
2625
{
@@ -46,8 +45,6 @@ public function testGenerateCustomerValidToken()
4645

4746
/**
4847
* Verify customer with invalid credentials
49-
*
50-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
5148
*/
5249
public function testGenerateCustomerTokenWithInvalidCredentials()
5350
{

0 commit comments

Comments
 (0)