Skip to content

Commit b83acad

Browse files
committed
ACP2E-2102: No Export VCL for Varnish 7 button in admin panel
1 parent 0cba7d1 commit b83acad

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

app/code/Magento/PageCache/Block/System/Config/Form/Field/Export/Varnish7.php

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
<?php
2-
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
2+
/************************************************************************
3+
*
4+
* Copyright 2023 Adobe
5+
* All Rights Reserved.
6+
*
7+
* NOTICE: All information contained herein is, and remains
8+
* the property of Adobe and its suppliers, if any. The intellectual
9+
* and technical concepts contained herein are proprietary to Adobe
10+
* and its suppliers and are protected by all applicable intellectual
11+
* property laws, including trade secret and copyright laws.
12+
* Dissemination of this information or reproduction of this material
13+
* is strictly forbidden unless prior written permission is obtained
14+
* from Adobe.
15+
* ************************************************************************
516
*/
617
declare(strict_types=1);
718

dev/tests/integration/testsuite/Magento/PageCache/Model/Varnish/VclGeneratorTest.php

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
<?php
2-
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
2+
/************************************************************************
3+
*
4+
* Copyright 2023 Adobe
5+
* All Rights Reserved.
6+
*
7+
* NOTICE: All information contained herein is, and remains
8+
* the property of Adobe and its suppliers, if any. The intellectual
9+
* and technical concepts contained herein are proprietary to Adobe
10+
* and its suppliers and are protected by all applicable intellectual
11+
* property laws, including trade secret and copyright laws.
12+
* Dissemination of this information or reproduction of this material
13+
* is strictly forbidden unless prior written permission is obtained
14+
* from Adobe.
15+
* ************************************************************************
516
*/
617
declare(strict_types=1);
718

819
namespace Magento\PageCache\Model\Varnish;
920

10-
use Magento\PageCache\Model\Varnish\VclGenerator;
11-
use Magento\PageCache\Model\Varnish\VclGeneratorFactory;
12-
use Magento\PageCache\Model\Varnish\VclTemplateLocator;
1321
use Magento\TestFramework\Helper\Bootstrap;
1422
use PHPUnit\Framework\TestCase;
1523

0 commit comments

Comments
 (0)