mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add --verbose
to the test command
This commit is contained in:
parent
4db38f26ca
commit
e6ea25cbd2
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@
|
||||||
"@test"
|
"@test"
|
||||||
],
|
],
|
||||||
"cs-check": "./vendors/bin/phpcs -p --extensions=php --standard=CakePHP ./lib/Cake",
|
"cs-check": "./vendors/bin/phpcs -p --extensions=php --standard=CakePHP ./lib/Cake",
|
||||||
"test": "./lib/Cake/Console/cake test core AllTests --stderr"
|
"test": "./lib/Cake/Console/cake test core AllTests --stderr --verbose"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue