Skip to content

Commit 56bc67b

Browse files
committed
Add info about ability to run tests using Docker
1 parent 6007102 commit 56bc67b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ To use custom port one can provide a URL (e.g. for Docker container):
5454

5555
`REMOTE_URL=https://your-plesk-host.dom:port REMOTE_PASSWORD=password ./vendor/bin/phpunit`
5656

57+
One more way to run tests is to use Docker:
58+
59+
`docker-compose run tests`
60+
5761
## Using Grunt for Continuous Testing
5862

5963
* Install Node.js

0 commit comments

Comments
 (0)