File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test
Block/Product/ProductList Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,28 +20,28 @@ class BottomToolbar extends Block
20
20
*
21
21
* @var string
22
22
*/
23
- protected $ nextPageSelector = '.item.current + .item a ' ;
23
+ private $ nextPageSelector = '.item.current + .item a ' ;
24
24
25
25
/**
26
26
* Selector previous element
27
27
*
28
28
* @var string
29
29
*/
30
- protected $ previousPageSelector = '.item.pages-item-previous ' ;
30
+ private $ previousPageSelector = '.item.pages-item-previous ' ;
31
31
32
32
/**
33
33
* Selector limiter block
34
34
*
35
35
* @var string
36
36
*/
37
- protected $ optionBlockSelector = '.control ' ;
37
+ private $ optionBlockSelector = '.control ' ;
38
38
39
39
/**
40
40
* Selector option element
41
41
*
42
42
* @var string
43
43
*/
44
- protected $ optionSelector = './/option ' ;
44
+ private $ optionSelector = './/option ' ;
45
45
46
46
/**
47
47
* Go to the next page
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class CreateFlatCatalogProduct extends Injectable
37
37
*
38
38
* @var string
39
39
*/
40
- protected $ configData ;
40
+ private $ configData ;
41
41
42
42
/**
43
43
* Factory for Fixtures
@@ -51,14 +51,14 @@ class CreateFlatCatalogProduct extends Injectable
51
51
*
52
52
* @var Category
53
53
*/
54
- protected $ category ;
54
+ private $ category ;
55
55
56
56
/**
57
57
* CatalogCategoryView page
58
58
*
59
59
* @var CatalogCategoryView
60
60
*/
61
- protected $ catalogCategoryView ;
61
+ private $ catalogCategoryView ;
62
62
63
63
/**
64
64
* Prepare data
Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\Catalog\Test\TestCase\Product\CreateFlatCatalogProduct" summary =" Create flat catalog Product" ticketId =" MAGETWO-67570" >
10
- <variation name =" CheckPaginationInStorefront" >
10
+ <variation name =" CheckPaginationInStorefront" ticketId = " MAGETWO-67570 " >
11
11
<data name =" configData" xsi : type =" string" >category_flat,product_flat</data >
12
12
<data name =" productsCount" xsi : type =" number" >19</data >
13
13
<constraint name =" Magento\Catalog\Test\Constraint\AssertPaginationCorrectOnStoreFront" />
You can’t perform that action at this time.
0 commit comments