File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
framework/Magento/TestFramework/TestCase/Webapi
testsuite/Magento/Quote/Api Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 25
25
<preference for =" Magento\Framework\View\Design\ThemeInterface" type =" Magento\Theme\Model\Theme" />
26
26
<preference for =" Magento\Framework\View\Design\Theme\ResolverInterface" type =" Magento\Theme\Model\Theme\Resolver" />
27
27
<preference for =" Magento\Framework\View\ConfigInterface" type =" Magento\Framework\View\Config" />
28
- <preference for =" Magento\Framework\App\View\Asset\Bundle\ConfigInterface" type =" \Magento\Framework\App\View\Asset\Bundle\Config" />
29
28
<preference for =" Magento\Framework\Locale\ListsInterface" type =" Magento\Framework\Locale\Lists" />
30
29
<preference for =" Magento\Framework\Api\AttributeTypeResolverInterface" type =" Magento\Framework\Reflection\AttributeTypeResolver" />
31
30
<type name =" Magento\Store\Model\Store" >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Curl extends Adapter\Rest\CurlClient
22
22
*/
23
23
public function constructResourceUrl ($ resourcePath )
24
24
{
25
- return rtrim (TESTS_BASE_URL , '/ ' ) . ltrim ($ resourcePath , '/ ' );
25
+ return rtrim (TESTS_BASE_URL , '/ ' ) . ' / ' . ltrim ($ resourcePath , '/ ' );
26
26
}
27
27
28
28
/**
Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ protected function formatTotalsData($data)
149
149
*/
150
150
protected function getQuoteItemTotalsData (\Magento \Quote \Model \Quote $ quote )
151
151
{
152
- $ this ->markTestSkipped ('Temporary ' );
153
152
$ items = $ quote ->getAllItems ();
154
153
$ item = array_shift ($ items );
155
154
You can’t perform that action at this time.
0 commit comments