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 0eb4bcc commit 17053bbCopy full SHA for 17053bb
app/code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementsConfigProviderTest.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2014 Adobe
+ * All Rights Reserved.
5
*/
6
declare(strict_types=1);
7
@@ -88,7 +88,6 @@ public function testGetConfigIfContentIsHtml(): void
88
{
89
$content = 'content';
90
$checkboxText = 'checkbox_text';
91
- $escapedCheckboxText = 'escaped_checkbox_text';
92
$mode = AgreementModeOptions::MODE_AUTO;
93
$agreementId = 100;
94
$contentHeight = '100px';
0 commit comments