Skip to content

Commit f60f4f8

Browse files
committed
MAGETWO-35056: Merge and Fix tests
- Added @codingStandardsIgnoreFile to unit test files
1 parent feac893 commit f60f4f8

File tree

20 files changed

+55
-0
lines changed

20 files changed

+55
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Product/Gallery/GalleryManagementTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* Copyright © 2015 Magento. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
7+
8+
// @codingStandardsIgnoreFile
9+
710
namespace Magento\Catalog\Test\Unit\Model\Product\Gallery;
811

912
class GalleryManagementTest extends \PHPUnit_Framework_TestCase

app/code/Magento/Config/Test/Unit/Model/Config/Source/Email/TemplateTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\Config\Test\Unit\Model\Config\Source\Email;
710

811
class TemplateTest extends \PHPUnit_Framework_TestCase

app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/FieldTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* Copyright © 2015 Magento. All rights reserved.
66
* See COPYING.txt for license details.
77
*/
8+
9+
// @codingStandardsIgnoreFile
10+
811
namespace Magento\Config\Test\Unit\Model\Config\Structure\Element;
912

1013
class FieldTest extends \PHPUnit_Framework_TestCase

app/code/Magento/Eav/Test/Unit/Model/EavCustomAttributeTypeLocatorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
// @codingStandardsIgnoreFile
8+
79
namespace Magento\Eav\Test\Unit\Model;
810

911
use Magento\Eav\Api\AttributeRepositoryInterface;

app/code/Magento/Email/Test/Unit/Model/AbstractTemplateTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
// @codingStandardsIgnoreFile
8+
79
/**
810
* Test class for \Magento\Email\Model\AbstractTemplate.
911
*/

app/code/Magento/Email/Test/Unit/Model/BackendTemplateTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
// @codingStandardsIgnoreFile
8+
79
/**
810
* Test class for Magento\Email\Model\BackendTemplate.
911
*/

app/code/Magento/Theme/Test/Unit/Model/CopyServiceTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\Theme\Test\Unit\Model;
710

811
use Magento\Framework\App\Filesystem\DirectoryList;

app/code/Magento/Webapi/Test/Unit/Model/Soap/ConfigTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* See COPYING.txt for license details.
77
*/
88

9+
// @codingStandardsIgnoreFile
10+
911
/**
1012
* Class implements tests for \Magento\Webapi\Model\Soap\Config class.
1113
*/

dev/tools/Magento/Tools/Di/Test/Unit/Code/Scanner/PluginScannerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\Tools\Di\Test\Unit\Code\Scanner;
710

811
class PluginScannerTest extends \PHPUnit_Framework_TestCase

dev/tools/Magento/Tools/Di/Test/Unit/Code/Scanner/XmlScannerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\Tools\Di\Test\Unit\Code\Scanner;
710

811
class XmlScannerTest extends \PHPUnit_Framework_TestCase

0 commit comments

Comments
 (0)