mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Documentation update from the move of tests into app/tests subdirectory (not app/inc/test or app/test)
This commit is contained in:
parent
ff4396030a
commit
b8f4af5602
@ -22,7 +22,7 @@ use EGroupware\Api;
|
|||||||
* Base class for application tests, loads the egroupware environment and provides
|
* Base class for application tests, loads the egroupware environment and provides
|
||||||
* some handy helpers.
|
* 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
|
* small aspect of an application. For more basic (actual unit) tests that deal
|
||||||
* with a single function, consider extending TestCase directly instead of this
|
* with a single function, consider extending TestCase directly instead of this
|
||||||
* class to avoid the overhead of creating the session.
|
* class to avoid the overhead of creating the session.
|
||||||
|
Loading…
Reference in New Issue
Block a user