Merge pull request #16756 from nextcloud/allow-context-subclasses-in-acceptance-tests-to-access-parent-actor

Allow Context subclasses in acceptance tests to access parent actor
This commit is contained in:
Roeland Jago Douma 2019-08-18 20:20:16 +02:00 committed by GitHub
commit 08a61f3373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ trait ActorAware {
/**
* @var Actor
*/
private $actor;
protected $actor;
/**
* @param Actor $actor