Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dav): undeclared $cache property #42422

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

skjnldsv
Copy link
Member

@skjnldsv skjnldsv commented Dec 21, 2023

After #42380

Fails on 8.3 https://github.com/nextcloud/server/actions/runs/7286709234/job/19858533093
Manual run for this PR: https://github.com/nextcloud/server/actions/runs/7288786922

1) OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::testNoUser
Creation of dynamic property OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::$cache is deprecated

/__w/server/server/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php:64

2) OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::testOOOInEffect
Creation of dynamic property OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::$cache is deprecated

/__w/server/server/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php:64

3) OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::testNoCalendars
Creation of dynamic property OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::$cache is deprecated

/__w/server/server/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php:64

4) OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::testNoCalendarEvents
Creation of dynamic property OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::$cache is deprecated

/__w/server/server/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php:64

5) OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::testCalendarEvent
Creation of dynamic property OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::$cache is deprecated

/__w/server/server/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php:64

6) OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::testCallStatus
Creation of dynamic property OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::$cache is deprecated

/__w/server/server/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php:64

7) OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::testInvisibleStatus
Creation of dynamic property OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::$cache is deprecated

/__w/server/server/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php:64

8) OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::testDNDStatus
Creation of dynamic property OCA\DAV\Tests\unit\CalDAV\Status\StatusServiceTest::$cache is deprecated

/__w/server/server/apps/dav/tests/unit/CalDAV/Status/StatusServiceTest.php:64

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
@skjnldsv skjnldsv added this to the Nextcloud 29 milestone Dec 21, 2023
@skjnldsv skjnldsv requested review from miaulalala and a team December 21, 2023 13:24
@skjnldsv skjnldsv self-assigned this Dec 21, 2023
@skjnldsv skjnldsv requested review from ArtificialOwl, icewind1991 and sorbaugh and removed request for a team December 21, 2023 13:25
@skjnldsv
Copy link
Member Author

/backport to stable28

@skjnldsv skjnldsv merged commit 0dcea03 into master Dec 21, 2023
51 of 52 checks passed
@skjnldsv skjnldsv deleted the fix/cache-tests-undefined branch December 21, 2023 13:45
@blizzz blizzz mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants