Skip to content

Commit 30ba728

Browse files
come-ncrakekniven
authored andcommitted
feat: Document the new autoload.php file for tests
Signed-off-by: Côme Chilliet <[email protected]>
1 parent 4165a6a commit 30ba728

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 it should still work.
99
1010
Front-end changes
1111
-----------------

0 commit comments

Comments
 (0)