Skip to content

Commit

Permalink
Set property as protected
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed May 17, 2016
1 parent 2fc0ab6 commit f719a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BasePageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract class BasePageTest extends TestCase
/**
* @var PageRepository
*/
private $page;
protected $page;

public function setUp()
{
Expand Down

0 comments on commit f719a96

Please sign in to comment.