Skip to content

Commit

Permalink
Update PHPUnit command to use correct container.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 8, 2023
1 parent d377f94 commit 0750447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 0750447

Please sign in to comment.