Skip to content

Commit a50139d

Browse files
committed
Set constant visibility in tests to private where possible.
1 parent 08aa334 commit a50139d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Data/Bundle/Reader/BundleEntryReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class BundleEntryReaderTest extends TestCase
2323
{
24-
const RES_DIR = '/res/dir';
24+
private const RES_DIR = '/res/dir';
2525

2626
/**
2727
* @var BundleEntryReader

Tests/Util/GitRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class GitRepositoryTest extends TestCase
2323
{
2424
private $targetDir;
2525

26-
const REPO_URL = 'https://github.com/symfony/intl.git';
26+
private const REPO_URL = 'https://github.com/symfony/intl.git';
2727

2828
/**
2929
* @before

0 commit comments

Comments
 (0)