Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/Unit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When you are checking out the current development branch of 4.0 and run `compose

1. Checkout the current Joomla 4.0 development branch from Github. (https://github.com/joomla/joomla-cms.git Branch `4.0-dev`)
2. Run `composer install` in the root of your checkout.
3. Add the file `joomla-cms/phpunit-xml` depending on your environment. You can use the files `joomla-cms/phpunit.xml.dist` and/or `joomla-cms/phpunit-pgsql.xml.dist` as an example.
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.

```
<?xml version="1.0" encoding="UTF-8"?>
Expand Down