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 20f947f commit b68fa5dCopy full SHA for b68fa5d
app/code/Magento/Persistent/Test/Unit/Model/CleanExpiredPersistentQuotesTest.php
@@ -57,6 +57,9 @@ class CleanExpiredPersistentQuotesTest extends TestCase
57
*/
58
private CleanExpiredPersistentQuotes $cleanExpiredPersistentQuotes;
59
60
+ /**
61
+ * @var int
62
+ */
63
private int $batchSize;
64
65
protected function setUp(): void
app/code/Magento/Persistent/etc/di.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0"?>
2
<!--
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
+ * Copyright 2012 Adobe
+ * All Rights Reserved.
6
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
0 commit comments