We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2d78f commit 741e8f0Copy full SHA for 741e8f0
app/code/Magento/Cms/Test/Unit/Model/Wysiwyg/Images/StorageTest.php
@@ -42,9 +42,9 @@ class StorageTest extends TestCase
42
/**
43
* Directory paths samples
44
*/
45
- const STORAGE_ROOT_DIR = '/storage/root/dir/';
+ private const STORAGE_ROOT_DIR = '/storage/root/dir/';
46
47
- const INVALID_DIRECTORY_OVER_ROOT = '/storage/some/another/dir';
+ private const INVALID_DIRECTORY_OVER_ROOT = '/storage/some/another/dir';
48
49
50
* @var Storage
0 commit comments