From 3074a998b1bb42ee4778b563b8a2e52acf53a0ae Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Wed, 24 Aug 2022 15:31:40 +0100 Subject: [PATCH] Update README.md (#38574) add missing information --- tests/Unit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/README.md b/tests/Unit/README.md index 5514fb646d945..965bef59808db 100644 --- a/tests/Unit/README.md +++ b/tests/Unit/README.md @@ -8,7 +8,7 @@ When you are checking out the current development branch of 4.x and run `compose 1. Checkout the current Joomla 4.x development branch from Github. (https://github.com/joomla/joomla-cms.git) 2. Run `composer install` in the root of your checkout. -3. Add the file `phpunit.xml` depending on your environment. You can use the files `phpunit.xml.dist` and/or `phpunit-pgsql.xml.dist` as an example. +3. Add the file `phpunit.xml` and update the values dependent on your environment. You can use the files `phpunit.xml.dist` and/or `phpunit-pgsql.xml.dist` as an example. ```