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:
Timo Kramer
2019-09-19 17:38:06 +02:00
committed by Timo Kramer
parent 3a37388d72
commit 5f2c619276

View File

@@ -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