We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983da74 commit 2cb027dCopy full SHA for 2cb027d
dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/ProductTest.php
@@ -3,6 +3,7 @@
3
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+namespace Magento\Catalog\Ui\DataProvider;
7
8
use Magento\Framework\Data\Collection;
9
@@ -56,4 +57,4 @@ public function sortingFieldsDataProvider()
56
57
'price DESC' => ['price', Collection::SORT_ORDER_DESC],
58
];
59
}
-}
60
+}
0 commit comments