We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1757a89 commit 4be8816Copy full SHA for 4be8816
dev/tests/integration/etc/di/preferences/ce.php
@@ -27,7 +27,7 @@
27
\Magento\Framework\App\Config\ScopeConfigInterface::class => \Magento\TestFramework\App\Config::class,
28
\Magento\Framework\App\ResourceConnection\ConfigInterface::class =>
29
\Magento\Framework\App\ResourceConnection\Config::class,
30
- \Magento\Framework\Lock\Backend\Cache::class =>
+ \Magento\Framework\Lock\Backend\Database::class =>
31
\Magento\TestFramework\Lock\Backend\DummyLocker::class,
32
\Magento\Framework\Session\SessionStartChecker::class => \Magento\TestFramework\Session\SessionStartChecker::class,
33
\Magento\Framework\HTTP\AsyncClientInterface::class => \Magento\TestFramework\HTTP\AsyncClientInterfaceMock::class,
0 commit comments