From 8240d2f8c32ec50008d19b14b0c055ba21445479 Mon Sep 17 00:00:00 2001 From: Helen Koike Date: Thu, 10 Mar 2022 12:09:29 -0300 Subject: [PATCH] Remove meaningless note regarding "testEcho" from tutorial "testEcho" method isn't mentioned anywhere else in the tutorial and it is not present in the app-tutorial git repository either. Executing `git log -S testEcho` in both repositories doesn't show the string in any other place, so remove the note. Signed-off-by: Helen Koike --- developer_manual/app_development/tutorial.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/developer_manual/app_development/tutorial.rst b/developer_manual/app_development/tutorial.rst index af3e6976e..4b3583b78 100644 --- a/developer_manual/app_development/tutorial.rst +++ b/developer_manual/app_development/tutorial.rst @@ -857,8 +857,6 @@ If `PHPUnit in version 8 is installed `_ 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 -----------------