File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
dev/tests/integration/testsuite/Magento/MediaGalleryUi/Model/Listing Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \MediaGallery \Model \Listing ;
8
+ namespace Magento \MediaGalleryUi \Model \Listing ;
9
9
10
10
use Magento \Framework \App \RequestInterface ;
11
11
use Magento \Framework \ObjectManagerInterface ;
@@ -43,13 +43,12 @@ protected function setUp(): void
43
43
}
44
44
45
45
/**
46
- * @magentoDbIsolation disabled
47
46
* @magentoDataFixture Magento/MediaGallery/_files/media_asset.php
48
47
* @magentoDataFixture Magento/MediaGallery/_files/media_asset_loaded_year_ago.php
49
48
*
50
49
* @return void
51
50
*/
52
- public function testFilterByData (): void
51
+ public function testFilterByDate (): void
53
52
{
54
53
$ filter = [
55
54
'created_at ' => [
You can’t perform that action at this time.
0 commit comments