We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706b7dc commit 62f8685Copy full SHA for 62f8685
README.md
@@ -48,11 +48,11 @@ One the possible ways to become familiar with the library is to check the unit t
48
49
To run the unit tests use the following command:
50
51
-`REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password ./vendor/bin/phpunit`
+`REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password composer test`
52
53
To use custom port one can provide a URL (e.g. for Docker container):
54
55
-`REMOTE_URL=https://your-plesk-host.dom:port REMOTE_PASSWORD=password ./vendor/bin/phpunit`
+`REMOTE_URL=https://your-plesk-host.dom:port REMOTE_PASSWORD=password composer test`
56
57
One more way to run tests is to use Docker:
58
0 commit comments