Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
EditCurrencySymbolEntityTest.php
Go to the documentation of this file.
1 <?php
8 
10 use Magento\CurrencySymbol\Test\Fixture\CurrencySymbolEntity;
11 
27 {
28  /* tags */
29  const MVP = 'no';
30  const TO_MAINTAIN = 'yes';
31  /* end tags */
32 
40  public function test(CurrencySymbolEntity $currencySymbol, $configData)
41  {
42  // Preconditions
44 
45  // Steps
46  $this->currencySymbolIndex->open();
47  $this->currencySymbolIndex->getCurrencySymbolForm()->fill($currencySymbol);
48  $this->currencySymbolIndex->getPageActions()->save();
49  }
50 }
$currencySymbol
Definition: matrix.phtml:14