Markus Staab

Results 670 issues of Markus Staab

I think it would be useful to have a mean to ignore mutations at the concrete line they affect. this allows the user to - see the context in which...

Feature Request

this is a list of use-cases which can be implemented via AST based pre-filters. general AST pre-filter POC was done in https://github.com/infection/infection/pull/2163 - [ ] [filter `PublicVisibility`](https://github.com/infection/infection/issues/2156) based on seen...

refs https://github.com/infection/infection/issues/2254 --- just so we can play with it and see how the DX is

running infection in github action yields the following output: ``` ____ ____ __ _ / _/___ / __/__ _____/ /_(_)___ ____ / // __ \/ /_/ _ \/ ___/ __/...

DX

I think PHPStorm is confused by FakeNode etc. classes which always throw exceptions and therefore it reports lines as unreachable, even though they are fine. any tip on how to...

I wonder why [`map-source-class-to-test` is a cli option](https://infection.github.io/guide/command-line-options.html#map-source-class-to-test). is this something we could enable by default or does it also has negative side-effects? so try to guess what the test...

since https://github.com/infection/infection/issues/2209 we started to show the first 20 mutants per default on a regular infection run. @sanmai proposed that we could be smarter: > We can show a sample...

while [exploring mutation testing](https://github.com/phpstan/phpstan-doctrine/pull/686) I am stumbling over a failling CI test: https://github.com/phpstan/phpstan-doctrine/actions/runs/18255085404/job/51975257235?pr=686 ``` There was 1 failure: 1) PHPStan\Platform\QueryResultTypeWalkerFetchTypeMatrixTest::testPgsql with data set "t.col_bool_nullable" (array(array('1', true, null, 0.125, null, '0.1',...

DISCLAIMER: I am not a GC expert, just trying to make sense of the reports I got --- I am analyzing the test-suite of phpstan-src to get an idea whether...

running `phpunit --list-tests` on phpstan-src@07700d8 runs 7 seconds without any output. after 7 seconds all the output gets produced and dumbed to the console. before everything is just black and...

type/enhancement
feature/test-runner