From b8f4af56022125d3ed7209acc7f830e9c650a922 Mon Sep 17 00:00:00 2001 From: nathangray Date: Sat, 21 Oct 2017 10:37:31 +0200 Subject: [PATCH] Documentation update from the move of tests into app/tests subdirectory (not app/inc/test or app/test) --- api/tests/AppTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/AppTest.php b/api/tests/AppTest.php index 42c2e5d215..e72c7ca7f8 100644 --- a/api/tests/AppTest.php +++ b/api/tests/AppTest.php @@ -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 /test/ or /src/test/ to test one + * Extend this class into /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.