File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
17
17
class ChainDecoderTest extends TestCase
18
18
{
19
- const FORMAT_1 = 'format1 ' ;
20
- const FORMAT_2 = 'format2 ' ;
21
- const FORMAT_3 = 'format3 ' ;
19
+ private const FORMAT_1 = 'format1 ' ;
20
+ private const FORMAT_2 = 'format2 ' ;
21
+ private const FORMAT_3 = 'format3 ' ;
22
22
23
23
private $ chainDecoder ;
24
24
private $ decoder1 ;
Original file line number Diff line number Diff line change 18
18
19
19
class ChainEncoderTest extends TestCase
20
20
{
21
- const FORMAT_1 = 'format1 ' ;
22
- const FORMAT_2 = 'format2 ' ;
23
- const FORMAT_3 = 'format3 ' ;
21
+ private const FORMAT_1 = 'format1 ' ;
22
+ private const FORMAT_2 = 'format2 ' ;
23
+ private const FORMAT_3 = 'format3 ' ;
24
24
25
25
private $ chainEncoder ;
26
26
private $ encoder1 ;
Original file line number Diff line number Diff line change 20
20
*/
21
21
class DataUriNormalizerTest extends TestCase
22
22
{
23
- const TEST_GIF_DATA = 'data:image/gif;base64,R0lGODdhAQABAIAAAP///////ywAAAAAAQABAAACAkQBADs= ' ;
24
- const TEST_TXT_DATA = 'data:text/plain,K%C3%A9vin%20Dunglas%0A ' ;
25
- const TEST_TXT_CONTENT = "Kévin Dunglas \n" ;
23
+ private const TEST_GIF_DATA = 'data:image/gif;base64,R0lGODdhAQABAIAAAP///////ywAAAAAAQABAAACAkQBADs= ' ;
24
+ private const TEST_TXT_DATA = 'data:text/plain,K%C3%A9vin%20Dunglas%0A ' ;
25
+ private const TEST_TXT_CONTENT = "Kévin Dunglas \n" ;
26
26
27
27
/**
28
28
* @var DataUriNormalizer
You can’t perform that action at this time.
0 commit comments