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 55 */
66declare (strict_types=1 );
77
8- namespace Magento \MediaGallery \Model \Listing ;
8+ namespace Magento \MediaGalleryUi \Model \Listing ;
99
1010use Magento \Framework \App \RequestInterface ;
1111use 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 ' => [
You can’t perform that action at this time.
0 commit comments