Skip to content

Commit 741e8f0

Browse files
authored
Fixed static test failures
1 parent 3c2d78f commit 741e8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Cms/Test/Unit/Model/Wysiwyg/Images/StorageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ class StorageTest extends TestCase
4242
/**
4343
* Directory paths samples
4444
*/
45-
const STORAGE_ROOT_DIR = '/storage/root/dir/';
45+
private const STORAGE_ROOT_DIR = '/storage/root/dir/';
4646

47-
const INVALID_DIRECTORY_OVER_ROOT = '/storage/some/another/dir';
47+
private const INVALID_DIRECTORY_OVER_ROOT = '/storage/some/another/dir';
4848

4949
/**
5050
* @var Storage

0 commit comments

Comments
 (0)