File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
use Algolia \AlgoliaSearch \Exceptions \AlgoliaException ;
6
6
use Algolia \AlgoliaSearch \Helper \AlgoliaHelper ;
7
7
use Algolia \AlgoliaSearch \Helper \ConfigHelper ;
8
- use Algolia \AlgoliaSearch \Setup \UpgradeSchema ;
8
+ use Algolia \AlgoliaSearch \Setup \Patch \ Schema \ ConfigPatch ;
9
9
use Algolia \AlgoliaSearch \Test \Integration \AssertValues \Magento_2_01 ;
10
10
use Algolia \AlgoliaSearch \Test \Integration \AssertValues \Magento_2_2 ;
11
11
use Algolia \AlgoliaSearch \Test \Integration \AssertValues \Magento_2_3 ;
@@ -53,8 +53,8 @@ public function tearDown(): void
53
53
54
54
protected function resetConfigs ($ configs = [])
55
55
{
56
- /** @var UpgradeSchema $installClass */
57
- $ installClass = $ this ->getObjectManager ()->get (\ Algolia \ AlgoliaSearch \ Setup \UpgradeSchema ::class);
56
+ /** @var ConfigPatch $installClass */
57
+ $ installClass = $ this ->getObjectManager ()->get (ConfigPatch ::class);
58
58
$ defaultConfigData = $ installClass ->getDefaultConfigData ();
59
59
60
60
foreach ($ configs as $ config ) {
You can’t perform that action at this time.
0 commit comments