Skip to content

Commit 62f8685

Browse files
committed
Promote tests execution via composer
1 parent 706b7dc commit 62f8685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ One the possible ways to become familiar with the library is to check the unit t
4848

4949
To run the unit tests use the following command:
5050

51-
`REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password ./vendor/bin/phpunit`
51+
`REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password composer test`
5252

5353
To use custom port one can provide a URL (e.g. for Docker container):
5454

55-
`REMOTE_URL=https://your-plesk-host.dom:port REMOTE_PASSWORD=password ./vendor/bin/phpunit`
55+
`REMOTE_URL=https://your-plesk-host.dom:port REMOTE_PASSWORD=password composer test`
5656

5757
One more way to run tests is to use Docker:
5858

0 commit comments

Comments
 (0)