mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
specify needed phpunit version
- phpunit version in this tutorial needs to be 8 from nextcloud 18 on. There was no mentioning of the phpunit version. Signed-off-by: Timo Kramer <fw-git@timokramer.de>
This commit is contained in:
@@ -832,7 +832,7 @@ We can and should also create a test for the **NoteService** class:
|
||||
|
||||
}
|
||||
|
||||
If `PHPUnit is installed <https://phpunit.de/>`_ we can run the tests inside **notestutorial/** with the following command::
|
||||
If `PHPUnit in version 8 is installed <https://phpunit.de/>`_ we can run the tests inside **notestutorial/** with the following command::
|
||||
|
||||
phpunit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user