mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(TagsTest): Declare rootFolder property
It was not caught by the CI on master, but is blocking in the backports. Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
c37488679a
commit
e6aa83cddd
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class TagsTest extends \Test\TestCase {
|
|||
protected $tagMapper;
|
||||
/** @var ITagManager */
|
||||
protected $tagMgr;
|
||||
protected IRootFolder $rootFolder;
|
||||
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
|
|
|||
Loading…
Reference in a new issue