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