aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/SvgControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/SvgControllerTest.php')
-rw-r--r--tests/Core/Controller/SvgControllerTest.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Core/Controller/SvgControllerTest.php b/tests/Core/Controller/SvgControllerTest.php
index 684199f5cb6..76d04d1af32 100644
--- a/tests/Core/Controller/SvgControllerTest.php
+++ b/tests/Core/Controller/SvgControllerTest.php
@@ -37,11 +37,11 @@ use Test\TestCase;
* This class provides test cases for the svg controller
*/
class SvgControllerTest extends TestCase {
- const TEST_IMAGES_SOURCE_PATH = __DIR__ . '/../../data/svg';
- const TEST_IMAGES_PATH = __DIR__ . '/../../../core/img/testImages';
- const TEST_IMAGE_MIXED = 'mixed-source.svg';
- const TEST_IMAGE_RECT = 'rect-black.svg';
- const TEST_IMAGES = [
+ public const TEST_IMAGES_SOURCE_PATH = __DIR__ . '/../../data/svg';
+ public const TEST_IMAGES_PATH = __DIR__ . '/../../../core/img/testImages';
+ public const TEST_IMAGE_MIXED = 'mixed-source.svg';
+ public const TEST_IMAGE_RECT = 'rect-black.svg';
+ public const TEST_IMAGES = [
self::TEST_IMAGE_MIXED,
self::TEST_IMAGE_RECT,
];