Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
MarkAsReadTest.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::mark_as_read';
13  $this->uri = 'backend/admin/notification/markasread';
14  parent::setUp();
15  }
16 }