Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ImportPostTest.php
Go to the documentation of this file.
1 <?php
2 /***
3  * Copyright © Magento, Inc. All rights reserved.
4  * See COPYING.txt for license details.
5  */
7 
9 
11 {
12  public function setUp()
13  {
14  $this->resource = 'Magento_Sales::transactions_fetch';
15  $this->uri = 'backend/sales/transactions/fetch';
16  parent::setUp();
17  }
18 }
setUp()