From 5f2c619276865ee4ee73a51322c0ef7599b49ded Mon Sep 17 00:00:00 2001 From: Timo Kramer <4785848+TimoKramer@users.noreply.github.com> Date: Thu, 19 Sep 2019 17:38:06 +0200 Subject: [PATCH] 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 --- developer_manual/app/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index e31dbf543..9de111c4c 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -832,7 +832,7 @@ We can and should also create a test for the **NoteService** class: } -If `PHPUnit is installed `_ we can run the tests inside **notestutorial/** with the following command:: +If `PHPUnit in version 8 is installed `_ we can run the tests inside **notestutorial/** with the following command:: phpunit