File tree Expand file tree Collapse file tree 2 files changed +28
-9
lines changed
app/code/Magento/PageCache/Block/System/Config/Form/Field/Export
dev/tests/integration/testsuite/Magento/PageCache/Model/Varnish Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?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
+ * ************************************************************************
5
16
*/
6
17
declare (strict_types=1 );
7
18
Original file line number Diff line number Diff line change 1
1
<?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
+ * ************************************************************************
5
16
*/
6
17
declare (strict_types=1 );
7
18
8
19
namespace Magento \PageCache \Model \Varnish ;
9
20
10
- use Magento \PageCache \Model \Varnish \VclGenerator ;
11
- use Magento \PageCache \Model \Varnish \VclGeneratorFactory ;
12
- use Magento \PageCache \Model \Varnish \VclTemplateLocator ;
13
21
use Magento \TestFramework \Helper \Bootstrap ;
14
22
use PHPUnit \Framework \TestCase ;
15
23
You can’t perform that action at this time.
0 commit comments