Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FetchTest.php
Go to the documentation of this file.
1 <?php
7 
12 {
13  public function setUp()
14  {
15  $this->resource = 'Magento_Paypal::fetch';
16  $this->uri = 'backend/paypal/paypal_reports/fetch';
17  parent::setUp();
18  }
19 }