aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-08-18 20:20:16 +0200
committerGitHub <noreply@github.com>2019-08-18 20:20:16 +0200
commit08a61f3373d00b144be668d50b756e313cb4b5c3 (patch)
tree4bd61b4e15d02b684266ee7e2332875531de7607
parent489fd4c3a00de3836b6b4902baa5cedfd964b686 (diff)
parente5a305b9d8491a3bc13072dfbfea81ead6a34f8a (diff)
downloadnextcloud-server-08a61f3373d00b144be668d50b756e313cb4b5c3.tar.gz
nextcloud-server-08a61f3373d00b144be668d50b756e313cb4b5c3.zip
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
-rw-r--r--tests/acceptance/features/core/ActorAware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/core/ActorAware.php b/tests/acceptance/features/core/ActorAware.php
index f1d355c1b0e..cc98ad7770d 100644
--- a/tests/acceptance/features/core/ActorAware.php
+++ b/tests/acceptance/features/core/ActorAware.php
@@ -26,7 +26,7 @@ trait ActorAware {
/**
* @var Actor
*/
- private $actor;
+ protected $actor;
/**
* @param Actor $actor