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>
pull/55126/head
Louis Chemineau 2025-09-15 17:08:03 +07:00
parent d7775cba6a
commit 939e08895f
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -32,6 +32,7 @@ class TagsTest extends \Test\TestCase {
protected $tagMapper;
/** @var \OCP\ITagManager */
protected $tagMgr;
protected IRootFolder $rootFolder;
protected function setUp(): void {
parent::setUp();