Merge pull request #1629 from TimoKramer/patch-3

specify needed phpunit version
This commit is contained in:
kesselb
2020-01-06 22:26:30 +01:00
committed by GitHub

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