File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
app/code/Magento/Customer
dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Copyright © 2016 Magento. All rights reserved.
4+ * See COPYING.txt for license details.
5+ */
6+
7+ namespace Magento \Customer \Model \ResourceModel \Grid ;
8+
9+ /**
10+ * Class Collection
11+ * Collection for order related documents to display grids on order view page
12+ */
13+ class Collection extends \Magento \Framework \View \Element \UiComponent \DataProvider \SearchResult
14+ {
15+ }
Original file line number Diff line number Diff line change 176176 <argument name =" entitySnapshot" xsi : type =" object" >EavVersionControlSnapshot</argument >
177177 </arguments >
178178 </type >
179- <virtualType name =" Magento\Customer\Model\ResourceModel\Grid\Collection" type = " Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult " >
179+ <type name =" Magento\Customer\Model\ResourceModel\Grid\Collection" >
180180 <arguments >
181181 <argument name =" mainTable" xsi : type =" string" >customer_grid_flat</argument >
182182 <argument name =" resourceModel" xsi : type =" string" >Magento\Customer\Model\ResourceModel\Customer</argument >
183183 </arguments >
184- </virtualType >
184+ </type >
185185 <type name =" Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory" >
186186 <arguments >
187187 <argument name =" collections" xsi : type =" array" >
Original file line number Diff line number Diff line change 124124 <data name =" product/data/category_ids/dataset" xsi : type =" string" >default_subcategory</data >
125125 <data name =" product/data/url_key" xsi : type =" string" >configurable-product-%isolation%</data >
126126 <data name =" product/data/affected_attribute_set" xsi : type =" string" >custom_attribute_set_%isolation%</data >
127- <data name =" tag" xsi : type =" string" >test_type:acceptance_test</data >
127+ <data name =" tag" xsi : type =" string" >test_type:acceptance_test, stable:no </data >
128128 <constraint name =" Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
129129 <constraint name =" Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductForm" />
130130 <constraint name =" Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductInCategory" />
You can’t perform that action at this time.
0 commit comments