Skip to content

Commit 7e039aa

Browse files
Remove 'private' keyword for php 7.0 compatibility
1 parent 0313130 commit 7e039aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpbu/VersionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class VersionTest extends \PHPUnit\Framework\TestCase
1616
{
17-
private const VERSION = '5.1';
17+
const VERSION = '5.1';
1818

1919
/**
2020
* Tests Version::createSource

0 commit comments

Comments
 (0)