Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FrontendOrderPagerTest.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\TestCase\Scenario;
10 
25 class FrontendOrderPagerTest extends Scenario
26 {
27  /* tags */
28  const MVP = 'no';
29  /* end tags */
30 
36  public function test()
37  {
38  $this->executeScenario();
39  }
40 }