Skip to content

Commit 22ae2bc

Browse files
committed
ACP2E-2959: [Cloud] import cannot be used with directory var
- Fixed the static test failure.
1 parent c861bc6 commit 22ae2bc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

lib/internal/Magento/Framework/Filesystem/Test/Unit/Directory/PathValidatorTest.php

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

0 commit comments

Comments
 (0)