|
1 | 1 | <?php declare(strict_types=1); |
2 | | -/** |
3 | | - * Unit Test for \Magento\Framework\Filesystem\Directory\PathValidator |
| 2 | +/************************************************************************ |
| 3 | + * Copyright 2024 Adobe |
| 4 | + * All Rights Reserved. |
4 | 5 | * |
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 | + * *********************************************************************** |
7 | 15 | */ |
8 | 16 | namespace Magento\Framework\Filesystem\Test\Unit\Directory; |
9 | 17 |
|
@@ -77,6 +85,7 @@ public function validateDataProvider() |
77 | 85 | return [ |
78 | 86 | ['/directory/path/', '/directory/path/', '/', false, '/://'], |
79 | 87 | ['/directory/path/', '/var/.regenerate', null, false, ''], |
| 88 | + ['/directory/path/', '/var/image - 1.jpg', null, false, ''], |
80 | 89 | ]; |
81 | 90 | } |
82 | 91 | } |
0 commit comments