File tree Expand file tree Collapse file tree 3 files changed +1338
-2
lines changed Expand file tree Collapse file tree 3 files changed +1338
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ One the possible ways to become familiar with the library is to check the unit t
1616
1717To run the unit tests use the following command:
1818
19- ` REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password phpunit `
19+ ` REMOTE_HOST=your-plesk-host.dom REMOTE_PASSWORD=password ./vendor/bin/ phpunit `
2020
2121To use custom port one can provide a URL (e.g. for Docker container):
2222
23- ` REMOTE_URL=https://your-plesk-host.dom:port REMOTE_PASSWORD=password phpunit `
23+ ` REMOTE_URL=https://your-plesk-host.dom:port REMOTE_PASSWORD=password ./vendor/bin/ phpunit `
2424
2525## Using Grunt for Continuous Testing
2626
Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " >=5.3.0"
1414 },
15+ "require-dev" : {
16+ "phpunit/phpunit" : " 5.5.*"
17+ },
18+ "scripts" : {
19+ "test" : " phpunit"
20+ },
1521 "autoload" : {
1622 "psr-4" : {
1723 "PleskX\\ " : " src/PleskX/"
You can’t perform that action at this time.
0 commit comments