Merge pull request #8131 from nextcloud/backport/8119/stable23

[stable23] Remove meaningless note regarding "testEcho" from tutorial
This commit is contained in:
Christoph Wurst 2022-03-16 14:13:26 +01:00 committed by GitHub
commit be30a5d204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -857,8 +857,6 @@ If `PHPUnit in version 8 is installed <https://phpunit.de/>`_ we can run the tes
phpunit
.. note:: You need to adjust the **notestutorial/tests/Unit/Controller/PageControllerTest** file to get the tests passing: remove the **testEcho** method since that method is no longer present in your **PageController** and do not test the user id parameters since they are not passed anymore
Integration tests
-----------------