Skip to content

Commit

Permalink
Add --textdox flag to composer phpunit command
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed Mar 21, 2024
1 parent 833e01e commit 5e9c48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
],
"test": [
"@php ./vendor/phpunit/phpunit/phpunit"
"@php ./vendor/phpunit/phpunit/phpunit --testdox"
]
}
}
}

0 comments on commit 5e9c48a

Please sign in to comment.