Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
MassRemoveTest.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 {
10  public function setUp()
11  {
12  $this->resource = 'Magento_AdminNotification::adminnotification_remove';
13  $this->uri = 'backend/admin/notification/massremove';
14  parent::setUp();
15  }
16 }