File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev/tests/integration/testsuite/Magento/CatalogSearch/_files Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
declare (strict_types=1 );
8
8
9
- require 'searchable_attribute.php ' ;
10
-
11
9
use Magento \Catalog \Api \ProductRepositoryInterface ;
12
10
use Magento \Catalog \Model \Product \Attribute \Source \Status ;
13
11
use Magento \Catalog \Model \Product \Type ;
14
12
use Magento \Catalog \Model \Product \Visibility ;
15
13
use Magento \Catalog \Model \ProductFactory ;
16
14
use Magento \TestFramework \Helper \Bootstrap ;
17
15
use Magento \TestFramework \ObjectManager ;
16
+ use Magento \TestFramework \Workaround \Override \Fixture \Resolver ;
17
+
18
+ Resolver::getInstance ()->requireDataFixture ('Magento/CatalogSearch/_files/searchable_attribute.php ' );
18
19
19
20
/** @var ObjectManager $objectManager */
20
21
$ objectManager = Bootstrap::getObjectManager ();
You can’t perform that action at this time.
0 commit comments