Skip to content

Commit b5f1f41

Browse files
rakeknivensusnux
andcommitted
Update developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: rakekniven <[email protected]>
1 parent 30ba728 commit b5f1f41

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-
- 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 it should still work.
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)