-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Validate composer config #788
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@szepeviktor - Good find! Can you also add this command to the pre-commit
Composer script so it's hopefully caught before being pushed?
Co-Authored-By: Josh Cunningham <josh@joshcanhelp.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After rebasing master:
❯ composer pre-commit
./composer.json is valid
> "vendor/bin/phpcs"
............................................................ 60 / 66 (91%)
...... 66 / 66 (100%)
Time: 13.3 secs; Memory: 22MB
> "vendor/bin/phpunit"
Installing...
Running as single site... To run multisite, use -c tests/phpunit/multisite.xml
Not running ajax tests. To execute these, use --group ajax.
Not running ms-files tests. To execute these, use --group ms-files.
Not running external-http tests. To execute these, use --group external-http.
PHPUnit 6.5.14 by Sebastian Bergmann and contributors.
Runtime: PHP 7.1.33 with Xdebug 2.6.1
Configuration: /Users/josh-cunningham/Sites/wp-auth0/wp-content/plugins/auth0/phpunit.xml.dist
............................................................... 63 / 409 ( 15%)
............................................................... 126 / 409 ( 30%)
............................................................... 189 / 409 ( 46%)
............................................................... 252 / 409 ( 61%)
............................................................... 315 / 409 ( 77%)
............................................................... 378 / 409 ( 92%)
............................... 409 / 409 (100%)
Time: 17.49 seconds, Memory: 48.00MB
OK (409 tests, 1561 assertions)
Thank you. |
Shocked 😲 me in #787
Closes #787