Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit e8fe7ed

Browse files
author
Julian Nuß
committed
Remove @SuppressWarning annotations form tests
@SuppresssWarning should not be used
1 parent 58aab5e commit e8fe7ed

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

setup/src/Magento/Setup/Test/Unit/Model/ConfigGeneratorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ class ConfigGeneratorTest extends \PHPUnit\Framework\TestCase
2929
*/
3030
private $configDataMock;
3131

32-
/**
33-
* @SuppressWarnings(PHPMD.LongVariable)
34-
*/
3532
public function setUp()
3633
{
3734
$objectManager = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this);

setup/src/Magento/Setup/Test/Unit/Module/ConfigGeneratorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ class ConfigGeneratorTest extends TestCase
2323
*/
2424
private $configGeneratorObject;
2525

26-
/**
27-
* @SuppressWarnings(PHPMD.LongVariable)
28-
*/
2926
protected function setUp()
3027
{
3128
/** @var DeploymentConfig|\PHPUnit_Framework_MockObject_MockObject $deployConfig */

0 commit comments

Comments
 (0)