Laurent Laville

Results 239 comments of Laurent Laville

> But you are right that it is too restrictive at the moment. WDYT of enabling `string|bool` and allow the user to specify what they want, e.g. `@composer dump-autoload --no-plugins...

At least documentation already specified it, see https://box-project.github.io/box/requirement-checker/#skipping-the-requirement-checker

But it's here there are results printed (seen screenshot)

I've same unexpected results with `--no-results`, do you want a separate issue report ?

FYI, here are results I got ## Expected Results ```shell vendor/bin/phpunit --no-extensions --no-results tests/unit/Builder/ ``` ```text PHPUnit 11.5.34 by Sebastian Bergmann and contributors. Runtime: PHP 8.3.6 Configuration: /home/devilbox/data/sarif-php-sdk/phpunit.xml.dist .............IS..................... 36...

The only way with `--testdox-text` to see difference between passed [x] and skipped or incomplete test [ ] is to use the corresponding flags ```shell vendor/bin/phpunit --no-extensions --display-skipped --display-incomplete --testdox-text...

@sebastianbergmann Thanks to clarify this point about testdox flags

Just trying it (v9.0.1) PHP standard flavor and found some little issues. I'll open separate reports to details each one !

I like `uv` to create virtual environment. It's now more easy to contribute and test it locally before pushing code to repo and wait for CI to give an answer...

@nvuillam Documentation need to be update (see https://megalinter.io/latest/install-docker/) @Bigouden Retrieve image from GitHub Registry now : `docker pull ghcr.io/oxsecurity/megalinter-php:v9.0.1`