From 29ca3c8d5293d93d90563448f1eb6cee2755519b Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Sun, 15 Aug 2021 16:49:31 +0200 Subject: [PATCH] Fix wrong default path in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a881583..f7c044f 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ The tests in Weblinks Extension use Codeception Testing Framework, if you want t This is not required, and if in doubt you can just skip this section, but there may be some specific use cases when you need (or want) to override the default behaviour of RoboFile.php. To do this, copy `RoboFile.dist.ini` to `RoboFile.ini` and add options in INI format, one per line, e.g. skipClone = true - cmsPath = tests/joomla-cms3 + cmsPath = tests/joomla The currently available options are as follows: