Skip to content

Commit

Permalink
help message changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakalov committed May 15, 2024
1 parent 334f519 commit 7b8fbb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compose/bin/test/unit-coverage
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ display_help() {
Generate unit tests coverage report in folder: dev/tests/unit/report
Usage:
bin/test/unit <unit_test_path>
bin/test/unit-coverage <unit_test_path>
Arguments:
<unit_test_path> Specify a path to your test or folder with tests Ex: bin/test/unit app/code/Vendor/Module
<unit_test_path> Specify a path to your test or folder with tests Ex: bin/test/unit-coverage app/code/Vendor/Module
Options:
-h, --help Display help message"
Expand Down
4 changes: 2 additions & 2 deletions compose/bin/test/unit-xdebug
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ display_help() {
Run unit tests with xdebug (you need to turn on xdebug in IDE as usual)
Usage:
bin/test/unit <unit_test_path>
bin/test/unit-xdebug <unit_test_path>
Arguments:
<unit_test_path> Specify a path to your test or folder with tests Ex: bin/test/unit app/code/Vendor/Module
<unit_test_path> Specify a path to your test or folder with tests Ex: bin/test/unit-xdebug app/code/Vendor/Module
Options:
-h, --help Display help message"
Expand Down

0 comments on commit 7b8fbb6

Please sign in to comment.