From 0750447fc24a09c45bba2418918be88c5ada99c4 Mon Sep 17 00:00:00 2001 From: Nadar Date: Wed, 8 Nov 2023 11:47:28 +0000 Subject: [PATCH] Update PHPUnit command to use correct container. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 737b0484a..e0262f694 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,4 @@ If you want to contribute, make sure to read the [guidelines](https://luya.io/gu 1. `cp phpunit.xml.dist phpunit.xml` 2. `docker-compose up` -3. `docker-compose run luyacmsphpunit tests` to run all tests or `docker-compose run luyacmsphpunit tests/src/helpers/UrlTest.php` to run a specific test. \ No newline at end of file +3. `docker-compose run luyaadminphpunit tests` to run all tests or `docker-compose run luyaadminphpunit tests/src/helpers/UrlTest.php` to run a specific test. \ No newline at end of file