File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
app/code/Magento/Catalog/Test/Unit/Block/Product Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace Magento \Catalog \Test \Unit \Block \Product ;
10
10
11
+ /**
12
+ * Class ViewTest
13
+ */
11
14
class ViewTest extends \PHPUnit \Framework \TestCase
12
15
{
13
16
/**
@@ -25,6 +28,9 @@ class ViewTest extends \PHPUnit\Framework\TestCase
25
28
*/
26
29
protected $ registryMock ;
27
30
31
+ /**
32
+ * @inheritDoc
33
+ */
28
34
protected function setUp ()
29
35
{
30
36
$ helper = new \Magento \Framework \TestFramework \Unit \Helper \ObjectManager ($ this );
@@ -36,6 +42,9 @@ protected function setUp()
36
42
);
37
43
}
38
44
45
+ /**
46
+ * @return void
47
+ */
39
48
public function testShouldRenderQuantity ()
40
49
{
41
50
$ productMock = $ this ->createMock (\Magento \Catalog \Model \Product::class);
@@ -61,6 +70,9 @@ public function testShouldRenderQuantity()
61
70
$ this ->assertEquals (false , $ this ->view ->shouldRenderQuantity ());
62
71
}
63
72
73
+ /**
74
+ * @return void
75
+ */
64
76
public function testGetIdentities ()
65
77
{
66
78
$ productTags = ['cat_p_1 ' ];
You can’t perform that action at this time.
0 commit comments