Laurent Laville

Results 239 comments of Laurent Laville

Compare with PHAR bootstrapping (when `extensionsDirectory` contains only this extension as PHAR distrib) ```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 Extension: ergebnis/phpunit-slow-test-detector 2.20.0 ....................................................................

We can have such output (with few changes on source code) ``` PHPUnit 11.5.34 by Sebastian Bergmann and contributors. Runtime: PHP 8.3.6 Configuration: /home/devilbox/data/sarif-php-sdk/phpunit.xml.dist ................................................................. 65 / 72 ( 90%)...

Quick patch to see in action ``` diff --git a/src/Reporter/DefaultReporter.php b/src/Reporter/DefaultReporter.php index 2c3f694..e6737c4 100644 --- a/src/Reporter/DefaultReporter.php +++ b/src/Reporter/DefaultReporter.php @@ -44,7 +44,7 @@ final class DefaultReporter implements Reporter public function report(SlowTestList...

Hello Markus, As contributor (code rewriter since version 9.0), I've not enough time to rewrite it again. IMO I'd prefer to use external dependencies (Symfony Components in our context) rather...

This is the first ticket to future version 10.0.0 of PHPLint A great idea if we could reduce required dependencies to strict minimum, but continue to allows additional feature by...

Base of new OutputManager extension was introduced by commit https://github.com/overtrue/phplint/commit/43c88600ad679018a0f1ae6bc5e3fdbbf6d486c0 Learn more with documentation at https://github.com/overtrue/phplint/blob/10.0/docs/architecture/extension/outputManager.md

Here is time now to explains what were detected and what was wrong attributed ! With [Cache invalidation](https://github.com/overtrue/phplint/issues/218) issue @staabm reported us a real problem with cache sub-system, that was...

The fix was applied on branch `9.6` with commit https://github.com/overtrue/phplint/commit/2000cb155600a3de97cb7d3faa5ef5cae4d212da /cc @overtrue I've also upgraded the [benchmark workflow](https://github.com/overtrue/phplint/blob/9.6/.github/workflows/benchmark.yml) since the first version I've used on issue #197. Now here are...