We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97301d commit 85cd239Copy full SHA for 85cd239
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/GenerateCustomerTokenTest.php
@@ -20,7 +20,6 @@ class GenerateCustomerTokenTest extends GraphQlAbstract
20
* Verify customer token with valid credentials
21
*
22
* @magentoApiDataFixture Magento/Customer/_files/customer.php
23
- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
24
*/
25
public function testGenerateCustomerValidToken()
26
{
@@ -46,8 +45,6 @@ public function testGenerateCustomerValidToken()
46
45
47
/**
48
* Verify customer with invalid credentials
49
- *
50
51
52
public function testGenerateCustomerTokenWithInvalidCredentials()
53
0 commit comments