Skip to content

Commit

Permalink
Fix the visibility of the EnvironmentTest ::$projectDir property (see…
Browse files Browse the repository at this point in the history
… #1892)

Description
-----------

See contao/contao#1891 (review)

Commits
-------

4fb89860 Make the $projectDir property of the EnvironmentTest class private
  • Loading branch information
leofeyer committed Jul 2, 2020
1 parent 87b3976 commit fa018b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Contao/EnvironmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EnvironmentTest extends TestCase
/**
* @var string
*/
public $projectDir;
private $projectDir;

protected function setUp(): void
{
Expand Down

0 comments on commit fa018b3

Please sign in to comment.