Documentation update from the move of tests into app/tests subdirectory (not app/inc/test or app/test)

This commit is contained in:
nathangray 2017-10-21 10:37:31 +02:00
parent ff4396030a
commit b8f4af5602

View File

@ -22,7 +22,7 @@ use EGroupware\Api;
* Base class for application tests, loads the egroupware environment and provides
* some handy helpers.
*
* Extend this class into <appname>/test/ or <appname>/src/test/ to test one
* Extend this class into <appname>/tests/ to test one
* small aspect of an application. For more basic (actual unit) tests that deal
* with a single function, consider extending TestCase directly instead of this
* class to avoid the overhead of creating the session.