mirror of
https://github.com/nextcloud/documentation.git
synced 2025-07-29 12:05:46 +00:00
feat: Document the new autoload.php file for tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:

committed by
rakekniven

parent
4165a6a4c0
commit
30ba728398
@ -5,7 +5,7 @@ Upgrade to Nextcloud 32
|
||||
General
|
||||
-------
|
||||
|
||||
- TBD
|
||||
- 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.
|
||||
|
||||
Front-end changes
|
||||
-----------------
|
||||
|
Reference in New Issue
Block a user