Skip to content

Commit 7be37fb

Browse files
committed
MQE-2526: Create automated test for: "User filters images by the modification and upload date"
1 parent d57e03a commit 7be37fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/tests/integration/testsuite/Magento/MediaGallery/Model/Listing/DataProviderTest.php renamed to dev/tests/integration/testsuite/Magento/MediaGalleryUi/Model/Listing/DataProviderTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\MediaGallery\Model\Listing;
8+
namespace Magento\MediaGalleryUi\Model\Listing;
99

1010
use Magento\Framework\App\RequestInterface;
1111
use Magento\Framework\ObjectManagerInterface;
@@ -43,13 +43,12 @@ protected function setUp(): void
4343
}
4444

4545
/**
46-
* @magentoDbIsolation disabled
4746
* @magentoDataFixture Magento/MediaGallery/_files/media_asset.php
4847
* @magentoDataFixture Magento/MediaGallery/_files/media_asset_loaded_year_ago.php
4948
*
5049
* @return void
5150
*/
52-
public function testFilterByData(): void
51+
public function testFilterByDate(): void
5352
{
5453
$filter = [
5554
'created_at' => [

0 commit comments

Comments
 (0)