Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

GraphQl-167: Add support for '@magentoConfigFixture' annotation on API-functional tests #351

Merged
merged 6 commits into from
Jul 30, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
graphQl-167: store config resolver test unmarked
  • Loading branch information
Vitaliy Boyko committed Jul 17, 2019
commit a3c5c84b30dea65a9c2c325f23b04e9c722fb648
Original file line number Diff line number Diff line change
@@ -43,8 +43,10 @@ protected function setUp()
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/enable_offline_shipping_methods.php
* @magentoApiDataFixture Magento/OfflineShipping/_files/tablerates_weight.php
* @@magentoConfigFixture carriers/flatrate/active 1
* @@magentoConfigFixture carriers/tablerate/active 1
* @@magentoConfigFixture carriers/freeshipping/active 1
*
* @param string $carrierCode
* @param string $methodCode
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ class StoreConfigResolverTest extends GraphQlAbstract

protected function setUp()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/167');
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
}

This file was deleted.