Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
IntegrationTestSecondImporter.php
Go to the documentation of this file.
1 <?php
7 
9 
11 {
17  public function import(array $data)
18  {
19  $messages[] = '<info>Integration second test data is imported!</info>';
20 
21  return $messages;
22  }
23 
24  public function getWarningMessages(array $data)
25  {
26  return [];
27  }
28 }