File tree Expand file tree Collapse file tree 5 files changed +5
-22
lines changed
app/code/Magento/Catalog/Test/Unit/Model/Product/Option/Validator
dev/tests/integration/testsuite/Magento/Catalog/Model Expand file tree Collapse file tree 5 files changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ class DefaultValidatorTest extends \PHPUnit\Framework\TestCase
19
19
protected $ valueMock ;
20
20
21
21
/**
22
- * Class dependencies initialization
23
- *
24
- * @return void
22
+ * @inheritdoc
25
23
*/
26
24
protected function setUp ()
27
25
{
Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ class FileTest extends \PHPUnit\Framework\TestCase
19
19
protected $ valueMock ;
20
20
21
21
/**
22
- * Class dependencies initialization
23
- *
24
- * @return void
22
+ * @inheritdoc
25
23
*/
26
24
protected function setUp ()
27
25
{
@@ -60,7 +58,6 @@ protected function setUp()
60
58
}
61
59
62
60
/**
63
- * @throws \Zend_Validate_Exception
64
61
* @return void
65
62
*/
66
63
public function testIsValidSuccess ()
@@ -78,7 +75,6 @@ public function testIsValidSuccess()
78
75
}
79
76
80
77
/**
81
- * @throws \Zend_Validate_Exception
82
78
* @return void
83
79
*/
84
80
public function testIsValidWithNegativeImageSize ()
@@ -99,7 +95,6 @@ public function testIsValidWithNegativeImageSize()
99
95
}
100
96
101
97
/**
102
- * @throws \Zend_Validate_Exception
103
98
* @return void
104
99
*/
105
100
public function testIsValidWithNegativeImageSizeY ()
Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ class SelectTest extends \PHPUnit\Framework\TestCase
19
19
protected $ valueMock ;
20
20
21
21
/**
22
- * Class dependencies initialization
23
- *
24
- * @return void
22
+ * @inheritdoc
25
23
*/
26
24
protected function setUp ()
27
25
{
@@ -106,7 +104,6 @@ public function isValidSuccessDataProvider()
106
104
}
107
105
108
106
/**
109
- * @throws \Zend_Validate_Exception
110
107
* @return void
111
108
*/
112
109
public function testIsValidateWithInvalidOptionValues ()
@@ -128,7 +125,6 @@ public function testIsValidateWithInvalidOptionValues()
128
125
}
129
126
130
127
/**
131
- * @throws \Zend_Validate_Exception
132
128
* @return void
133
129
*/
134
130
public function testIsValidateWithEmptyValues ()
Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ class TextTest extends \PHPUnit\Framework\TestCase
19
19
protected $ valueMock ;
20
20
21
21
/**
22
- * Class dependencies initialization
23
- *
24
- * @return void
22
+ * @inheritdoc
25
23
*/
26
24
protected function setUp ()
27
25
{
@@ -60,7 +58,6 @@ protected function setUp()
60
58
}
61
59
62
60
/**
63
- * @throws \Zend_Validate_Exception
64
61
* @return void
65
62
*/
66
63
public function testIsValidSuccess ()
@@ -77,7 +74,6 @@ public function testIsValidSuccess()
77
74
}
78
75
79
76
/**
80
- * @throws \Zend_Validate_Exception
81
77
* @return void
82
78
*/
83
79
public function testIsValidWithNegativeMaxCharacters ()
Original file line number Diff line number Diff line change @@ -36,9 +36,7 @@ class ProductTest extends \PHPUnit\Framework\TestCase
36
36
protected $ _model ;
37
37
38
38
/**
39
- * Class dependencies initialization
40
- *
41
- * @return void
39
+ * @inheritdoc
42
40
*/
43
41
protected function setUp ()
44
42
{
You can’t perform that action at this time.
0 commit comments