mirror of
https://codeberg.org/icewind/haze.git
synced 2026-08-02 12:14:46 +02:00
make it easier to use a specific phpunit version
This commit is contained in:
parent
44da124f75
commit
d59b99211a
5 changed files with 27 additions and 12 deletions
|
|
@ -426,7 +426,7 @@ pub enum HazeCommand {
|
|||
/// Run tests in a new instance
|
||||
#[strum(props(
|
||||
InstanceArgs = true,
|
||||
Args = "[phpunit arguments] arguments to pass to phpunit"
|
||||
Args = "[phpunit version] use a specific phpunit version instead of the automatically detected one [phpunit arguments] arguments to pass to phpunit"
|
||||
))]
|
||||
Test,
|
||||
/// Run a command in an instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue