Skip to content

Commit 8122be1

Browse files
authored
Merge pull request #13160 from nextcloud/feat/document-tests-autoload.php
feat: Document the new autoload.php file for tests
2 parents 4165a6a + b5f1f41 commit 8122be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Upgrade to Nextcloud 32
55
General
66
-------
77

8-
- TBD
8+
- A new ``tests/autoload.php`` file was added to server repository, that you can include in your app ``bootstrap.php`` file for tests, to be able to load the core ``\Test\TestCase`` class. You should remove any call to ``\OC::$loader`` in your code as this legacy loader is being removed. This new file is backported to branches stable31, stable30 and stable29, so if your application supports multiple Nextcloud major versions it should still work.
99

1010
Front-end changes
1111
-----------------

0 commit comments

Comments
 (0)