From 19e2682349cd91dc567e3c0c4b70a4cfa75e449a Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Sun, 15 Aug 2021 16:49:06 +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 1b5e455..41b26d0 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: