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.