Markus Staab
Markus Staab
we also run into this problem when running "cem" to generate web-types for web-components with https://github.com/open-wc/custom-elements-manifest it blocks us from running bun in the build process > NotImplementedError: worker_threads.Worker option...
> It becomes clear for me that different people are using Infection (MT in general) in a completely different way, and expectations are completely different. agree. --- > * phpstan-like...
> * at the same time "smarter" logic must have an ability to be opt-outed, on a mutator level in a config file, so that it's configured and not touched...
I would also prefer to have a single global switch, not a per mutator switch
> We can see that in this commit : [sebastianbergmann/phpunit@0385463](https://github.com/sebastianbergmann/phpunit/commit/0385463a576716506c442b3d8889686f5abb7bb4) if phpunit is installed with composer, the default value of `xsi:noNamespaceSchemaLocation` is the local `phpunit.xsd` file. But in the project,...
@maks-rafalko are we fine with dropping support for remote xsd schema urls in phpunit.xml since it seems to be a security problem?
PHPUnit will emit warnings when the schema is invalid: ``` There was 1 PHPUnit test runner warning: 1) Test results may not be as expected because the XML configuration file...
I think the same should be true for `--testsuite` and `--group` based filters: ``` ➜ phpunit git:(main) php phpunit --group test-abc PHPUnit 12.3-ga62124f38 by Sebastian Bergmann and contributors. Runtime: PHP...
this might work, too. I tried to talk about my actual use-cases. but it might work for a more general case. not sure about possible BC impact though.
We have no signal from Sebastian yet whether a fix would be accepted (he is on vacation atm). But if you want to work on it - go ahead.